Skip to content

Commit

Permalink
chore: use GH token to checkout release repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 19, 2024
1 parent 6c0a74f commit 9bf348b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{ secrets.BOT_AUTH_KEY }}
# ssh-key: ${{ secrets.BOT_AUTH_KEY }}
token: ${{ secrets.GH_BOT_TOKEN }}
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 9bf348b

Please sign in to comment.