Skip to content

Commit 3fe6602

Browse files
committed
fix(ci): take 5
1 parent 9705fff commit 3fe6602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ 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 }}
7373
- name: Commit changes
7474
if: ${{ steps.checkTag.outputs.exists }} != true
75-
uses: EndBug/add-and-commit@v4
75+
uses: EndBug/add-and-commit@v9
7676
with:
7777
cwd: "upryzing.js"
7878
author_name: Upryzing CI

0 commit comments

Comments
 (0)