Skip to content

Commit 6caf595

Browse files
committed
fix: Update cd.yml for OIDC
1 parent 93c74ea commit 6caf595

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- name: Setup Repository
2626
uses: ./.github/actions/setup
2727

28-
- name: Configure NPM Auth Token
29-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}" >> ~/.npmrc
30-
3128
- name: Create Snapshot
3229
id: create_snapshot
3330
run: pnpm changeset version --snapshot canary || echo "No unreleased changesets found"

0 commit comments

Comments
 (0)