Skip to content

Commit

Permalink
add id-token: write permission to dependency-review workflow for comp… (
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Feb 14, 2024
2 parents 1a59ed8 + d787df4 commit 623378c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

dependency-review:
runs-on: ubuntu-22.04
permissions:
permissions:
id-token: write
contents: write
pull-requests: write

Expand Down

0 comments on commit 623378c

Please sign in to comment.