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 72ea185 commit caa2f78Copy full SHA for caa2f78
.github/workflows/cpu-tests.yml
@@ -9,6 +9,20 @@ on:
9
pull_request: {} # todo
10
workflow_dispatch: {}
11
12
+# lock down all permissions by default
13
+permissions:
14
+ contents: read
15
+ issues: read
16
+ pull-requests: read
17
+ id-token: read
18
+ security-events: read
19
+ actions: read
20
+ checks: write
21
+ deployments: read
22
+ discussions: read
23
+ packages: read
24
+ statuses: write
25
+
26
concurrency:
27
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
28
cancel-in-progress: ${{ github.event_name == 'pull_request_target' }}
0 commit comments