There was an error while loading. Please reload this page.
1 parent 85722cc commit f6d6761Copy full SHA for f6d6761
1 file changed
.github/workflows/check-commit-signing.yml
@@ -10,6 +10,9 @@ on:
10
branches:
11
- "**"
12
13
+permissions:
14
+ contents: read
15
+
16
concurrency:
17
group: ${{ github.event_name == 'pull_request' && format('{0}-{1}', github.workflow_ref, github.event.pull_request.number) || github.run_id }}
18
cancel-in-progress: true
0 commit comments