Skip to content

Commit

Permalink
Merge pull request #298 from mr-karan/master
Browse files Browse the repository at this point in the history
fix: rename Github Token secret variable
  • Loading branch information
knadh committed Mar 19, 2021
2 parents d519a29 + 51d218a commit 6dbcfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
version: latest
args: --parallelism 1 --rm-dist --skip-validate
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6dbcfee

Please sign in to comment.