Skip to content

Commit fcc8f5e

Browse files
Remove OIDC protocol from CI/CD pipeline
1 parent cb9997c commit fcc8f5e

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/package-publish.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,9 @@ jobs:
4646
node-version: 24
4747
registry-url: https://registry.npmjs.org/
4848

49-
- name: Install Node
50-
run: npm install -g npm@latest
51-
52-
- name: Add node dependencies
53-
run: npm ci
54-
55-
- name: Run build
56-
run: npm run build --if-present
57-
58-
- run: npm publish --provenance --access public
49+
- run: npm publish
50+
env:
51+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
5952

6053
- name: Send Slack Notification
6154
uses: 8398a7/action-slack@v3

0 commit comments

Comments
 (0)