Skip to content

Commit

Permalink
Merge pull request #118 from nostr-jp/f-appToken
Browse files Browse the repository at this point in the history
Modifying the App Token Acquisition Template
  • Loading branch information
mattn authored Aug 4, 2024
2 parents e48064c + 9a95ff3 commit d137672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: tibdex/github-app-token@v2
- uses: actions/create-github-app-token@v1
id: create_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d137672

Please sign in to comment.