Skip to content

Commit

Permalink
chore: use deploy key to release action auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 19, 2024
1 parent b913600 commit fff3493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
# ssh-key: ${{ secrets.BOT_AUTH_KEY }}
token: ${{ secrets.GH_BOT_TOKEN }}
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 fff3493

Please sign in to comment.