Skip to content

Commit eac01e5

Browse files
committed
ci: id-token write
1 parent ea2aa26 commit eac01e5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
paths-ignore: ['example/**', '.husky/**', '.github/**', '.vscode/**']
1010
workflow_dispatch: # Allow manual triggering
1111

12-
permissions:
13-
id-token: write
14-
contents: read
15-
1612
jobs:
1713
quality:
1814
name: Quality Checks - ${{ matrix.package }}
@@ -62,6 +58,9 @@ jobs:
6258
release:
6359
name: Release - ${{ matrix.package }}
6460
runs-on: ubuntu-latest
61+
permissions:
62+
id-token: write
63+
contents: read
6564
needs: quality
6665
if: github.ref == 'refs/heads/main'
6766
strategy:

0 commit comments

Comments
 (0)