Skip to content

Commit 8e70d66

Browse files
author
Mateusz Kuziemko
authored
Use a new GitHub token in release job (#730)
1 parent 8d69b7d commit 8e70d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: google-github-actions/[email protected]
8585
- name: Run GoReleaser
8686
env:
87-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
87+
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
8888
run: make release-binaries
8989
- name: Generate release notes
9090
run: |

0 commit comments

Comments
 (0)