We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2aa26 commit eac01e5Copy full SHA for eac01e5
1 file changed
.github/workflows/ci.yml
@@ -9,10 +9,6 @@ on:
9
paths-ignore: ['example/**', '.husky/**', '.github/**', '.vscode/**']
10
workflow_dispatch: # Allow manual triggering
11
12
-permissions:
13
- id-token: write
14
- contents: read
15
-
16
jobs:
17
quality:
18
name: Quality Checks - ${{ matrix.package }}
@@ -62,6 +58,9 @@ jobs:
62
58
release:
63
59
name: Release - ${{ matrix.package }}
64
60
runs-on: ubuntu-latest
61
+ permissions:
+ id-token: write
+ contents: read
65
needs: quality
66
if: github.ref == 'refs/heads/main'
67
strategy:
0 commit comments