Skip to content

Commit

Permalink
Fix token permission (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleb authored Dec 16, 2024
1 parent 51d8757 commit 718d635
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ env:
WEBHOOK_REF: "${{ github.ref_name }}"

permissions:
contents: write
pull-requests: write
contents: read
# Needed to access to vault
id-token: write

jobs:
sync:
Expand Down

0 comments on commit 718d635

Please sign in to comment.