Skip to content

Commit

Permalink
Set GITHUB_TOKEN for GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Jan 17, 2021
1 parent 00a0e71 commit d8274dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
SNAPSHOT=""
fi
GORELEASER_ARGS="--rm-dist ${SNAPSHOT}" make release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


docker:
name: Docker
Expand Down

0 comments on commit d8274dc

Please sign in to comment.