Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jalafel authored Dec 5, 2023
1 parent 5679ca9 commit aa18106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.RELEASE_BOT_ID }}
app-id: ${{ secrets.RELEASE_BOT_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

- name: Release
Expand Down

0 comments on commit aa18106

Please sign in to comment.