We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37ede3a + f805d78 commit aecc169Copy full SHA for aecc169
.github/workflows/version.yml
@@ -20,7 +20,7 @@ jobs:
20
id: generateAppToken
21
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
22
with:
23
- app-id: ${{ vars.OS_BOTIFY_APP_ID }}
+ app-id: ${{ secrets.OS_BOTIFY_APP_ID }}
24
private-key: ${{ secrets.OS_BOTIFY_PRIVATE_KEY }}
25
26
# This step setups up the git config which is then used later to push the tag.
0 commit comments