We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1786e commit ffc8c2fCopy full SHA for ffc8c2f
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
27
id: token
28
with:
29
- app-id: ${{ secrets.RELEASER_APP_ID }}
+ app-id: ${{ vars.RELEASER_APP_ID }}
30
private-key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
31
- name: Extract branch name
32
id: branch
0 commit comments