Skip to content

Commit

Permalink
ci: fix dependency graph permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Jul 5, 2024
1 parent 4359e36 commit 90bde80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ jobs:
gh-dependency-graph:
name: Generate and Submit Dependency Graph
runs-on: ubuntu-latest
permissions:
contents: write
needs:
- generate-tag-name
steps:
Expand Down

0 comments on commit 90bde80

Please sign in to comment.