Skip to content

Commit eb9d74d

Browse files
committed
fix: use token
1 parent 3fe6602 commit eb9d74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
repository: upryzing/upryzing.js
6868
path: upryzing.js
69-
#token: ${{ secrets.PAT }}
69+
token: ${{ secrets.PAT }}
7070
- name: Update @upryzing/api dependency
7171
if: ${{ steps.checkTag.outputs.exists }} != true
7272
run: cd upryzing.js && corepack enable && pnpm add @upryzing/api@${{ env.api_version }}

0 commit comments

Comments
 (0)