Skip to content

Commit 54dba25

Browse files
authored
Merge branch 'master' into fix/file-path
2 parents b1ba362 + cce723a commit 54dba25

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/if-nodejs-release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ on:
1717
- alpha
1818
- next
1919

20+
permissions:
21+
contents: write # to be able to publish a GitHub release
22+
issues: write # to be able to comment on released issues
23+
pull-requests: write # to be able to comment on released pull requests
24+
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
25+
2026
jobs:
2127

2228
test-nodejs:
@@ -56,6 +62,7 @@ jobs:
5662
uses: actions/setup-node@v4
5763
with:
5864
node-version: "${{ steps.lockversion.outputs.version }}"
65+
registry-url: "https://registry.npmjs.org"
5966
- if: steps.lockversion.outputs.version == '18' && matrix.os == 'windows-latest'
6067
name: Install npm cli 8
6168
shell: bash
@@ -115,7 +122,6 @@ jobs:
115122
id: release
116123
env:
117124
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
118-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
119125
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
120126
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
121127
GIT_AUTHOR_NAME: asyncapi-bot

0 commit comments

Comments
 (0)