We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29918b commit b6a450dCopy full SHA for b6a450d
1 file changed
.github/workflows/heavy.yml
@@ -6,6 +6,9 @@ on: # rebuild any PRs and main branch changes
6
branches:
7
- master
8
9
+permissions:
10
+ contents: read
11
+
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14
cancel-in-progress: true
0 commit comments