Skip to content

Commit 6b590b2

Browse files
authored
Add id-token permission to CI workflow
1 parent 4ac96dc commit 6b590b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
permissions:
1818
deployments: write
1919
contents: write
20-
20+
id-token: write
21+
2122
steps:
2223
- name: Checkout Code
2324
uses: actions/checkout@v4

0 commit comments

Comments
 (0)