Skip to content

Commit aecc169

Browse files
Merge pull request #8 from Expensify/cole/secret
OS Botify App ID is a secret, not a var
2 parents 37ede3a + f805d78 commit aecc169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: generateAppToken
2121
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2222
with:
23-
app-id: ${{ vars.OS_BOTIFY_APP_ID }}
23+
app-id: ${{ secrets.OS_BOTIFY_APP_ID }}
2424
private-key: ${{ secrets.OS_BOTIFY_PRIVATE_KEY }}
2525

2626
# This step setups up the git config which is then used later to push the tag.

0 commit comments

Comments
 (0)