Skip to content

Commit 6f52fdc

Browse files
committed
fix(ci): fix permissions for OIDC for trusted publishing
1 parent b66a273 commit 6f52fdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
id-token: write # trusted publishing - required for OIDC
10+
contents: read
11+
812
concurrency: ${{ github.workflow }}-${{ github.ref }}
913

1014
jobs:

0 commit comments

Comments
 (0)