Skip to content

Commit 89f62f9

Browse files
committed
add permissions for id-token
1 parent 78c609d commit 89f62f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-v2.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
publish:
1616
runs-on: ubuntu-latest
1717
environment: ${{ inputs.environment }}
18+
permissions:
19+
id-token: write
20+
contents: read
1821
steps:
1922
- uses: actions/checkout@v3
2023

0 commit comments

Comments
 (0)