Skip to content

Commit f6e5a3b

Browse files
committed
fix: deloy
1 parent e3082af commit f6e5a3b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches: ['main']
77

88
permissions:
9+
id-token: write
910
contents: write
1011

1112
jobs:
@@ -28,10 +29,7 @@ jobs:
2829
- run: pnpm -F @gkd-kit/api run predocs:build
2930
- run: pnpm -F @gkd-kit/docs run docs:build-mirror
3031

31-
- name: Publish package
32-
run: |
33-
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
34-
pnpm -F @gkd-kit/docs publish --no-git-checks
32+
- run: pnpm -F @gkd-kit/docs publish --no-git-checks
3533

3634
- uses: cloudflare/pages-action@v1
3735
with:

0 commit comments

Comments
 (0)