Skip to content

Commit

Permalink
fix: use token
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Dec 17, 2024
1 parent 3fe6602 commit eb9d74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
repository: upryzing/upryzing.js
path: upryzing.js
#token: ${{ secrets.PAT }}
token: ${{ secrets.PAT }}
- name: Update @upryzing/api dependency
if: ${{ steps.checkTag.outputs.exists }} != true
run: cd upryzing.js && corepack enable && pnpm add @upryzing/api@${{ env.api_version }}
Expand Down

0 comments on commit eb9d74d

Please sign in to comment.