Skip to content

Commit e3e7727

Browse files
committed
ci: enable release OIDC
1 parent 5c1d9ef commit e3e7727

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ env:
1919
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
2020
TURBO_REMOTE_CACHE_SIGNATURE_KEY: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
2121

22+
permissions:
23+
contents: read
24+
id-token: write
25+
2226
jobs:
2327
release:
2428
permissions:

0 commit comments

Comments
 (0)