Skip to content

Commit

Permalink
Add missing TAP_GITHUB_TOKEN to Tap env variable to goreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyLV committed May 29, 2024
1 parent ff6c0e4 commit 824c32b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: upload windows artifact
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
- name: Upload windows artifact
uses: actions/upload-release-asset@v1
if: startsWith(github.ref, 'refs/tags/')
env:
Expand Down

0 comments on commit 824c32b

Please sign in to comment.