Skip to content

Commit c9df697

Browse files
committed
add permissions
1 parent 5cc4897 commit c9df697

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/manual.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
build-release:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
12+
pull-requests: write
1013
steps:
1114
- name: Checkout code
1215
uses: actions/checkout@v4

.github/workflows/release.yaml

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

2727
- name: Debug Outputs
2828
run: |

0 commit comments

Comments
 (0)