Skip to content

Commit d7de657

Browse files
fengmk2claude
andcommitted
ci: use GitHub Package Registry for testing
Configure test workflows to install @voidzero-dev/global from GitHub Package Registry using secrets.VP_TOKEN for authentication. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 61109f3 commit d7de657

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: ./
2525
with:
2626
version: latest
27+
registry: github
28+
github-token: ${{ secrets.VP_TOKEN }}
2729
cache: false
2830

2931
- name: Verify installation
@@ -50,6 +52,8 @@ jobs:
5052
uses: ./
5153
id: setup
5254
with:
55+
registry: github
56+
github-token: ${{ secrets.VP_TOKEN }}
5357
cache: true
5458
cache-dependency-path: pnpm-lock.yaml
5559

0 commit comments

Comments
 (0)