Skip to content

Commit b2cff81

Browse files
ci: configure GITHUB_TOKEN
1 parent 9fd1f70 commit b2cff81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
- uses: go-semantic-release/action@v1
4545
id: semrel
4646
with:
47-
github-token: ${{ secrets.GITHUB_TOKEN }}
4847
hooks: goreleaser
48+
env:
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4950
- uses: google-github-actions/auth@v1
5051
with:
5152
project_id: go-semantic-release

0 commit comments

Comments
 (0)