We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c423c commit 03b7333Copy full SHA for 03b7333
1 file changed
.github/workflows/egress-test.yaml.yml
@@ -7,6 +7,9 @@ on:
7
- 'components/egress/**'
8
- 'components/internal/**'
9
10
+permissions:
11
+ contents: read
12
+
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15
cancel-in-progress: true
0 commit comments