Skip to content

Commit 5caa78d

Browse files
committed
fix: publishing
1 parent ee022ca commit 5caa78d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
permissions:
4+
id-token: write
45
contents: read
56

67
on:
@@ -35,9 +36,6 @@ jobs:
3536
needs: static-test
3637
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
3738
runs-on: ubuntu-latest
38-
id_tokens:
39-
NPM_ID_TOKEN:
40-
aud: 'npm:registry.npmjs.org'
4139
permissions:
4240
contents: write # to be able to publish a GitHub release
4341
issues: write # to be able to comment on released issues

0 commit comments

Comments
 (0)