Skip to content

Commit a2fe4aa

Browse files
authored
fix: set github token for release process
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 3499c45 commit a2fe4aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ jobs:
5656
distribution: goreleaser
5757
# 'latest', 'nightly', or a semver
5858
version: "~> v2"
59-
args: release --clean
59+
args: release --clean
60+
env:
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)