We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f97f56 commit a155ddeCopy full SHA for a155dde
.github/workflows/ci.yml
@@ -35,6 +35,11 @@ jobs:
35
needs: static-test
36
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
37
runs-on: ubuntu-latest
38
+ id_tokens:
39
+ NPM_ID_TOKEN:
40
+ aud: 'npm:registry.npmjs.org'
41
+ SIGSTORE_ID_TOKEN:
42
+ aud: sigstore
43
permissions:
44
contents: write # to be able to publish a GitHub release
45
issues: write # to be able to comment on released issues
@@ -49,6 +54,7 @@ jobs:
49
54
uses: actions/setup-node@v4
50
55
with:
51
56
node-version: '22'
57
+ registry-url: 'https://registry.npmjs.org'
52
58
53
59
- name: Setup pnpm
60
uses: pnpm/action-setup@v2
0 commit comments