We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f999a commit 87215c4Copy full SHA for 87215c4
1 file changed
.github/workflows/publish_release.yml
@@ -4,6 +4,9 @@ on:
4
release:
5
types:
6
- published
7
+permissions:
8
+ id-token: write
9
+ contents: read
10
jobs:
11
npm_release:
12
runs-on: ubuntu-latest
@@ -25,8 +28,6 @@ jobs:
25
28
run: npm install && npm version "${{ github.ref_name }}" --allow-same-version
26
29
- name: Publish packages to npmjs.org
27
30
working-directory: ./npm/@fastly
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
run: |
32
for dir in *; do
33
(
0 commit comments