We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a07ef4 commit 5cc4897Copy full SHA for 5cc4897
.github/workflows/manual.yaml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
go-version: stable
25
binary-name: gh-subrepo
26
+ github_token: ${{ secrets.RELEASE_PAT }}
27
28
- name: Upload binaries to GitHub Release
29
uses: softprops/action-gh-release@v2
.github/workflows/release.yaml
@@ -22,6 +22,7 @@ jobs:
22
uses: googleapis/release-please-action@v4
release-type: go
+ token: ${{ secrets.GITHUB_TOKEN }}
- name: Debug Outputs
run: |
0 commit comments