We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a1bf2 commit 07b19cbCopy full SHA for 07b19cb
1 file changed
.github/workflows/tests.yml
@@ -6,6 +6,8 @@ on:
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number || github.ref }}
8
cancel-in-progress: true
9
+permissions:
10
+ contents: read
11
jobs:
12
build:
13
runs-on: ubuntu-latest
0 commit comments