Skip to content

Commit 0fba360

Browse files
authored
ci: use custom token for protobuf PRs
1 parent 1b196ff commit 0fba360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/protobuf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
if: env.PROTOBUFS_CHANGED == 'true'
5959
uses: peter-evans/create-pull-request@v3
6060
with:
61+
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
6162
title: "protobuf: updated to ${{ env.COMMIT_SHA }}"
6263
base: master
6364
branch: update-protobufs

0 commit comments

Comments
 (0)