Skip to content

Commit d99cb6a

Browse files
committed
chore: use npm token temporarily
1 parent 98c1957 commit d99cb6a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919
with:
20-
fetch-depth: 0
2120
token: ${{ secrets.GH_ADMIN_TOKEN }}
21+
fetch-depth: 0
2222

2323
- name: Set up pnpm
2424
uses: pnpm/action-setup@v4
@@ -30,6 +30,8 @@ jobs:
3030
with:
3131
node-version: 24
3232
cache: 'pnpm'
33+
always-auth: true
34+
registry-url: 'https://registry.npmjs.org'
3335

3436
- name: Setup Git
3537
run: |
@@ -53,3 +55,4 @@ jobs:
5355
run: pnpm release
5456
env:
5557
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
58+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@msw/url",
4-
"version": "1.0.0",
4+
"version": "0.0.1",
55
"description": "Utilities for working with URLs.",
66
"types": "./build/index.d.mts",
77
"imports": {

0 commit comments

Comments
 (0)