Skip to content

Commit

Permalink
fix: Add write permissions for id-token in CR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoborges committed Nov 6, 2023
1 parent 0a08466 commit 5bbf6f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ concurrency:
group: "release"
cancel-in-progress: true

permissions:
id-token: write

jobs:
release:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 5bbf6f8

Please sign in to comment.