We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5286fba commit 0050fc4Copy full SHA for 0050fc4
.github/workflows/scheduled.yml
@@ -14,6 +14,7 @@ jobs:
14
15
call-update-protobuf:
16
permissions:
17
+ contents: read
18
pull-requests: write
19
needs: call-compare-envoy-versions-workflow
20
if: ${{ needs.call-compare-envoy-versions-workflow.outputs.target-version != 'noop' }}
.github/workflows/update-protobuf.yml
@@ -14,6 +14,7 @@ on:
jobs:
update-protobuf:
runs-on: ubuntu-latest
steps:
0 commit comments