Skip to content

Commit

Permalink
ci: use appid for release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Nov 17, 2024
1 parent 727c999 commit a5b16be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
id: generate_token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
with:
app_id: ${{ secrets.RELEASER_CLIENT_ID }}
app_id: ${{ secrets.RELEASER_APP_ID }}
private_key: ${{ secrets.RELEASER_PRIVATE_KEY }}

- name: Checkout code
Expand Down

0 comments on commit a5b16be

Please sign in to comment.