Skip to content

Commit

Permalink
build: add permissions for the dependency-submission
Browse files Browse the repository at this point in the history
Signed-off-by: FabioPinheiro <[email protected]>
  • Loading branch information
FabioPinheiro committed Oct 24, 2024
1 parent c5071d5 commit 62c5c9d
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 62c5c9d

Please sign in to comment.