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 ee022ca commit 5caa78dCopy full SHA for 5caa78d
.github/workflows/ci.yml
@@ -1,6 +1,7 @@
1
name: CI
2
3
permissions:
4
+ id-token: write
5
contents: read
6
7
on:
@@ -35,9 +36,6 @@ jobs:
35
36
needs: static-test
37
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
38
runs-on: ubuntu-latest
- id_tokens:
39
- NPM_ID_TOKEN:
40
- aud: 'npm:registry.npmjs.org'
41
42
contents: write # to be able to publish a GitHub release
43
issues: write # to be able to comment on released issues
0 commit comments