Skip to content

Commit

Permalink
Update app-id in sync-repositories.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Sep 12, 2024
1 parent 99b8cc6 commit 341ef58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: app-token-stone-payments
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.APP_ID }}
app-id: 996272
private-key: ${{ secrets.PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
repositories: ${{ env.REPO }}
Expand Down

0 comments on commit 341ef58

Please sign in to comment.