Skip to content

Commit 79c8764

Browse files
committed
ci: try oidc without token config
1 parent 2b48652 commit 79c8764

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ jobs:
8787
permissions:
8888
contents: read
8989
id-token: write
90-
env:
91-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9290

9391
steps:
9492
- uses: actions/checkout@v4.2.2
@@ -102,10 +100,6 @@ jobs:
102100
cache: pnpm
103101
registry-url: 'https://registry.npmjs.org'
104102

105-
- name: Configure npm authentication
106-
run: |
107-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
108-
109103
- name: Install Dependencies
110104
run: pnpm install --frozen-lockfile --prefer-offline
111105

0 commit comments

Comments
 (0)