Skip to content

Commit

Permalink
chore: Specify GH token name
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 15, 2025
1 parent 0bec047 commit 92c8074
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ jobs:
- checkout-with-submodules
- install-goreleaser
- install-go-modules
- utils/get-github-access-token
- utils/get-github-access-token:
# GoReleaser expects a GITHUB_TOKEN environment variable to be set
output-token-name: GITHUB_TOKEN
- run:
name: Run GoReleaser
# FIXME Just for the time being we add the --snapshot flag
Expand Down

0 comments on commit 92c8074

Please sign in to comment.