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 d2c771e commit 8f63482Copy full SHA for 8f63482
.github/workflows/dependency-submission.yml
@@ -5,6 +5,9 @@ on:
5
branches: ['main']
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: write
10
+
11
concurrency:
12
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
13
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
0 commit comments