Skip to content

Commit 0050fc4

Browse files
authored
Add contents permission since it seems that not specifying it defaults to (#311)
none for that scope. Signed-off-by: rulex123 <[email protected]>
1 parent 5286fba commit 0050fc4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/scheduled.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414

1515
call-update-protobuf:
1616
permissions:
17+
contents: read
1718
pull-requests: write
1819
needs: call-compare-envoy-versions-workflow
1920
if: ${{ needs.call-compare-envoy-versions-workflow.outputs.target-version != 'noop' }}

.github/workflows/update-protobuf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
update-protobuf:
1616
permissions:
17+
contents: read
1718
pull-requests: write
1819
runs-on: ubuntu-latest
1920
steps:

0 commit comments

Comments
 (0)