We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734e290 commit 648d676Copy full SHA for 648d676
1 file changed
.github/workflows/release.yml
@@ -91,6 +91,8 @@ jobs:
91
path: types
92
93
release:
94
+ permissions:
95
+ id-token: write
96
needs: [main, build]
97
runs-on: ubuntu-latest
98
if: ${{ github.repository == 'testing-library/svelte-testing-library' &&
@@ -119,4 +121,3 @@ jobs:
119
121
conventional-changelog-conventionalcommits@8
120
122
env:
123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments