We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51e76d5 + feaf5cc commit c0e51e0Copy full SHA for c0e51e0
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [ main ]
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
test:
14
runs-on: ubuntu-latest
.github/workflows/integration-tests.yml
@@ -14,6 +14,9 @@ on:
# Allow manual triggering
15
workflow_dispatch:
16
17
18
19
20
21
integration-tests:
22
0 commit comments