We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12f335b + 596ae0a commit 19914deCopy full SHA for 19914de
1 file changed
.github/workflows/check-format.yml
@@ -4,6 +4,9 @@ on:
4
pull_request:
5
branches: [preview, master]
6
7
+permissions:
8
+ contents: read
9
+
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
12
cancel-in-progress: true
0 commit comments