Skip to content

Commit

Permalink
chore: use ssh-key
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Aug 25, 2024
1 parent e98280c commit 37f816a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'true'
token: ${{ secrets.PERSONAL_TOKEN }}
ssh-key: ${{ secrets.SSH_KEY }}
- uses: pnpm/action-setup@v4

- name: Setup Node.js environment
Expand Down

0 comments on commit 37f816a

Please sign in to comment.