Skip to content

Commit 6b536b0

Browse files
committed
fix(ci): add missing oidc token generation permission
1 parent 3b6b03e commit 6b536b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
release:
3939
environment: release
4040
runs-on: ubuntu-latest
41+
permissions:
42+
id-token: write
43+
contents: read
4144
outputs:
4245
RELEASE_VERSION: ${{ steps.release_version.outputs.RELEASE_VERSION }}
4346
env:

0 commit comments

Comments
 (0)