Skip to content

Commit d8274dc

Browse files
committed
Set GITHUB_TOKEN for GoReleaser
1 parent 00a0e71 commit d8274dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
SNAPSHOT=""
3030
fi
3131
GORELEASER_ARGS="--rm-dist ${SNAPSHOT}" make release
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
3235

3336
docker:
3437
name: Docker

0 commit comments

Comments
 (0)