There was an error while loading. Please reload this page.
1 parent 0566ad2 commit f0027c6Copy full SHA for f0027c6
1 file changed
.github/workflows/ci.yml
@@ -5,6 +5,10 @@ on:
5
pull_request:
6
branches: [master]
7
8
+permissions:
9
+ id-token: write
10
+ contents: read
11
+
12
env:
13
FORCE_COLOR: 1
14
@@ -23,8 +27,6 @@ jobs:
23
27
- run: npm pack --dry-run
24
28
- run: npm publish
25
29
if: startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request'
26
- env:
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
30
- uses: actions/upload-artifact@v4
31
if: ${{ failure() }}
32
with:
0 commit comments