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 eed37d0 commit b0575eaCopy full SHA for b0575ea
.github/workflows/release-js-package.yml
@@ -8,6 +8,10 @@ on:
8
- "packages/sdk/**" # Trigger only changes in packages
9
- ".github/workflows/release-js-package.yml"
10
11
+permissions:
12
+ id-token: write # Required for OIDC
13
+ contents: read
14
+
15
concurrency: ${{ github.workflow }}-${{ github.ref }}
16
17
jobs:
@@ -31,13 +35,5 @@ jobs:
31
35
- name: Install dependencies
32
36
run: pnpm install --frozen-lockfile
33
37
34
- - name: Create .npmrc file
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
- env:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38
-
39
- name: Publish
40
run: pnpm publish-sdk
41
42
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
0 commit comments