Skip to content

Commit

Permalink
Fix GITHUB_TOKEN env variable in Go releaser
Browse files Browse the repository at this point in the history
Co-authored-by: Gert Jan Kamstra <gert.jan.kamstra@philips.com>
  • Loading branch information
marcofranssen and gjkamstra committed Aug 26, 2021
1 parent 44f0de9 commit 874fa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
LDFLAGS: ${{ steps.release-vars.outputs.LDFLAGS }}
GIT_TAG: ${{ steps.release-vars.outputs.GIT_TAG }}
GIT_HASH: ${{ steps.release-vars.outputs.GIT_HASH }}
Expand Down

0 comments on commit 874fa56

Please sign in to comment.