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.
contents: write
1 parent 4edc7cc commit c6dc6b0Copy full SHA for c6dc6b0
.github/workflows/dependency-graph.yaml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- master
7
8
+permissions:
9
+ contents: write # this permission is needed to submit the dependency graph
10
+
11
jobs:
12
dependency-graph:
13
runs-on: ubuntu-latest
0 commit comments