Skip to content

Commit bc19326

Browse files
authored
Workflow is currently failing due to lack of permissions (#317)
on pushing a branch. We need to set contents: write permission according to the documentation here https://github.com/peter-evans/create-pull-request?tab=readme-ov-file#workflow-permissions Signed-off-by: rulex123 <[email protected]>
1 parent 3eab8e2 commit bc19326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-protobuf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
update-protobuf:
1616
permissions:
17-
contents: read
17+
contents: write
1818
pull-requests: write
1919
runs-on: ubuntu-latest
2020
steps:

0 commit comments

Comments
 (0)