Skip to content

Commit

Permalink
fix token used for releasing homebrew keg
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Jul 6, 2022
1 parent 32c3f58 commit 02ea129
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: latest
args: release --rm-dist --snapshot
2 changes: 1 addition & 1 deletion .github/workflows/on_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
version: latest
args: release --rm-dist

0 comments on commit 02ea129

Please sign in to comment.