Skip to content

Commit a155dde

Browse files
committed
fix: publishing
1 parent 3f97f56 commit a155dde

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
needs: static-test
3636
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
3737
runs-on: ubuntu-latest
38+
id_tokens:
39+
NPM_ID_TOKEN:
40+
aud: 'npm:registry.npmjs.org'
41+
SIGSTORE_ID_TOKEN:
42+
aud: sigstore
3843
permissions:
3944
contents: write # to be able to publish a GitHub release
4045
issues: write # to be able to comment on released issues
@@ -49,6 +54,7 @@ jobs:
4954
uses: actions/setup-node@v4
5055
with:
5156
node-version: '22'
57+
registry-url: 'https://registry.npmjs.org'
5258

5359
- name: Setup pnpm
5460
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)