Skip to content

Commit

Permalink
ci: SSH_DEPLOY_KEY 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HiimKwak committed Nov 14, 2023
1 parent 7b033c0 commit 2a2fe9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Push to release repository
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.SSH_DEPLOY_KEY }}
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
API_TOKEN_GITHUB: ${{ secrets.KWAK_GITHUB_TOKEN }}
with:
source-directory: .
destination-github-username: 'HiimKwak'
Expand Down

0 comments on commit 2a2fe9b

Please sign in to comment.