Skip to content

Commit

Permalink
build: add permissions for the dependency-submission (#1416)
Browse files Browse the repository at this point in the history
Signed-off-by: FabioPinheiro <[email protected]>
  • Loading branch information
FabioPinheiro authored Oct 31, 2024
1 parent 5830a7e commit 3de7eb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sbt-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
schedule:
- cron: "0 20 * * *"
workflow_dispatch:

# Permission can be added at job level or workflow level
permissions:
contents: write # This is required to upload for the dependency-submission

jobs:
dependency-graph:
name: Update Dependency Graph
Expand Down

0 comments on commit 3de7eb3

Please sign in to comment.