Skip to content

Commit 648d676

Browse files
authored
fix: Setup trusted publishing (#462)
1 parent 734e290 commit 648d676

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
path: types
9292

9393
release:
94+
permissions:
95+
id-token: write
9496
needs: [main, build]
9597
runs-on: ubuntu-latest
9698
if: ${{ github.repository == 'testing-library/svelte-testing-library' &&
@@ -119,4 +121,3 @@ jobs:
119121
conventional-changelog-conventionalcommits@8
120122
env:
121123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
122-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)