We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d0067 commit e495923Copy full SHA for e495923
1 file changed
.github/workflows/main.yml
@@ -2,6 +2,10 @@ name: Main
2
3
on: push
4
5
+permissions:
6
+ id-token: write
7
+ contents: read
8
+
9
jobs:
10
build:
11
name: Build
@@ -40,8 +44,6 @@ jobs:
40
44
with:
41
45
node-version: 24
42
46
registry-url: 'https://registry.npmjs.org'
43
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47
48
- name: Download build files
49
uses: actions/download-artifact@v4
0 commit comments