Skip to content

Commit ffc8c2f

Browse files
authored
chore: fix release app reference (#4346)
1 parent eb1786e commit ffc8c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
2727
id: token
2828
with:
29-
app-id: ${{ secrets.RELEASER_APP_ID }}
29+
app-id: ${{ vars.RELEASER_APP_ID }}
3030
private-key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
3131
- name: Extract branch name
3232
id: branch

0 commit comments

Comments
 (0)