Skip to content

Commit

Permalink
[ci] Adding GITHUB_TOKEN in goreleaser workflow (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
  • Loading branch information
Vincent Boutour authored Jun 17, 2021
1 parent 92c3d86 commit a4ddb53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
go-version: "^1.13"

- name: Release
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: curl -sL https://git.io/goreleaser | bash

0 comments on commit a4ddb53

Please sign in to comment.