We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d69b7d commit 8e70d66Copy full SHA for 8e70d66
.github/workflows/make-release.yaml
@@ -84,7 +84,7 @@ jobs:
84
uses: google-github-actions/[email protected]
85
- name: Run GoReleaser
86
env:
87
- GITHUB_TOKEN: ${{ secrets.GH_PAT }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
88
run: make release-binaries
89
- name: Generate release notes
90
run: |
0 commit comments