Skip to content

Commit

Permalink
Fix: Add a token to upload the additional release artifacts
Browse files Browse the repository at this point in the history
Add missing token for uploading the additional release artifacts.
  • Loading branch information
bjoernricks committed Jun 30, 2023
1 parent c9e2e65 commit 2002b21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
- name: Upload dist file to release
run: |
gh release upload ${{ needs.release.outputs.git-release-tag }} gsa-dist-${{ needs.release.outputs.release-version }}.tar.gz
env:
GH_TOKEN: ${{ secrets.GREENBONE_BOT_TOKEN }}

sign:
runs-on: "ubuntu-latest"
Expand All @@ -101,3 +103,4 @@ jobs:
gpg-fingerprint: ${{ secrets.GPG_FINGERPRINT }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
release-version: ${{ needs.release.outputs.release-version }}
github-token: ${{ secrets.GREENBONE_BOT_TOKEN }}

0 comments on commit 2002b21

Please sign in to comment.