Skip to content

Commit

Permalink
fix: use PAT for release publish to trigger release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars committed Mar 23, 2022
1 parent 6449de9 commit 1ca793f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions .github/workflows/static-darwin.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: static-darwin

on:
push:
tags:
- 'v*'
release:
types:
- published
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/static-linux.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: static-linux

on:
push:
tags:
- 'v*'
release:
types:
- published
Expand Down

0 comments on commit 1ca793f

Please sign in to comment.