Skip to content

Commit

Permalink
Update qa-release.yml
Browse files Browse the repository at this point in the history
Add credentials to allow action to make tags
  • Loading branch information
davkutalek authored Nov 17, 2023
1 parent 6fff17a commit 31dab31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
uses: rickstaa/action-create-tag@v1
with:
tag: "v${{steps.get_version.outputs.APP_VERSION}}"
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Send Slack Notification
uses: Ilshidur/[email protected]
Expand Down

0 comments on commit 31dab31

Please sign in to comment.