Skip to content

Commit fe1999b

Browse files
authored
Merge pull request #157 from Staffbase/monotek-patch-1
Fix secret variable name in release workflow
2 parents 863665d + f794eb7 commit fe1999b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
release:
1010
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@a38088448bfd106dbabe9f3b88f8cc8c88aaec83 # v15.1.1
1111
secrets:
12-
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
12+
client_id:: ${{ vars.STAFFBASE_ACTIONS_CLIENT_ID }}
1313
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}

0 commit comments

Comments
 (0)