Skip to content

Commit 9852bb5

Browse files
fix: add permissions to sbt-dependency-submission.yml to fix #449 (#452)
Signed-off-by: Fabio Pinheiro <[email protected]>
1 parent f2f7aff commit 9852bb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sbt-dependency-submission.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
schedule:
88
- cron: "0 20 * * *"
99
workflow_dispatch:
10+
permissions:
11+
contents: write # this permission is needed to submit the dependency graph
1012
jobs:
1113
dependency-graph:
1214
name: Update Dependency Graph
@@ -34,4 +36,4 @@ jobs:
3436
# identus-mediator_3
3537
# mediator_3
3638
# webapp_sjs1_3
37-
configs-ignore: test scala-tool scala-doc-tool
39+
configs-ignore: test scala-tool scala-doc-tool

0 commit comments

Comments
 (0)