Skip to content

Commit

Permalink
chore: fix release app reference (#4346)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm authored Jan 10, 2025
1 parent eb1786e commit ffc8c2f
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 @@ -26,7 +26,7 @@ jobs:
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: token
with:
app-id: ${{ secrets.RELEASER_APP_ID }}
app-id: ${{ vars.RELEASER_APP_ID }}
private-key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
- name: Extract branch name
id: branch
Expand Down

0 comments on commit ffc8c2f

Please sign in to comment.