Skip to content

Commit 5cc4897

Browse files
committed
test using github token
1 parent 0a07ef4 commit 5cc4897

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/manual.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
go-version: stable
2525
binary-name: gh-subrepo
26+
github_token: ${{ secrets.RELEASE_PAT }}
2627

2728
- name: Upload binaries to GitHub Release
2829
uses: softprops/action-gh-release@v2

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: googleapis/release-please-action@v4
2323
with:
2424
release-type: go
25+
token: ${{ secrets.GITHUB_TOKEN }}
2526

2627
- name: Debug Outputs
2728
run: |

0 commit comments

Comments
 (0)