Skip to content

Commit 5bbf6f8

Browse files
committed
fix: Add write permissions for id-token in CR workflow
1 parent 0a08466 commit 5bbf6f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/CR.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ concurrency:
99
group: "release"
1010
cancel-in-progress: true
1111

12+
permissions:
13+
id-token: write
14+
1215
jobs:
1316
release:
1417
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)