Skip to content

Commit

Permalink
ci: made an oopsie with token
Browse files Browse the repository at this point in the history
  • Loading branch information
sanriodev committed Nov 19, 2024
1 parent ba1c8b3 commit 6f754ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
- name: Upload assets
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ brews:
owner: sanriodev
name: goji-brewtap
branch: brew-releases/{{ .Version }}
token: '{{ .Env.TOKEN }}'
# token: '{{ .Env.TOKEN }}'
commit_author:
name: goreleaserbot
email: [email protected]
Expand Down

0 comments on commit 6f754ab

Please sign in to comment.