Skip to content

Commit

Permalink
Update token app
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos committed Jul 16, 2024
1 parent 9a7a279 commit 09ec24f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-from-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app-id: ${{ secrets.HERALD_APP_ID }}
private-key: ${{ secrets.HERALD_APP_KEY }}

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 09ec24f

Please sign in to comment.