build: pass the github token to goreleaser

This commit is contained in:
Thomas Pelletier
2021-12-31 20:03:18 -05:00
parent ea9040ae83
commit 5a1a96cb2d
+2
View File
@@ -29,3 +29,5 @@ jobs:
distribution: goreleaser
version: latest
args: release ${{ inputs.args }} --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}