We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca7a95 commit 3982394Copy full SHA for 3982394
3 files changed
.github/workflows/compare-envoy-versions.yml
@@ -1,4 +1,8 @@
1
name: compare-envoy-versions
2
+
3
+permissions:
4
+ contents: read
5
6
on:
7
workflow_call:
8
outputs:
.github/workflows/scheduled.yml
name: scheduled
schedule:
# every day at 10
.github/workflows/update-protobuf.yml
name: update-protobuf
inputs:
@@ -9,6 +13,9 @@ on:
9
13
10
14
jobs:
11
15
update-protobuf:
16
+ permissions:
17
+ contents: write
18
+ pull-requests: write
12
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
0 commit comments