We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6eceb commit 82ea309Copy full SHA for 82ea309
1 file changed
.github/workflows/test.yml
@@ -6,6 +6,10 @@ concurrency:
6
group: branch-node-${{ github.ref }}
7
cancel-in-progress: true
8
9
+permissions:
10
+ contents:
11
+ read
12
+
13
jobs:
14
test:
15
runs-on: ubuntu-latest
0 commit comments