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 260bb83 commit a70cfe2Copy full SHA for a70cfe2
1 file changed
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ on:
5
pull_request:
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: read
10
+
11
concurrency:
12
group: ci-${{ github.workflow }}-${{ github.ref }}
13
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
0 commit comments