Skip to content

Commit

Permalink
ci: PAT -> SSH deploy key로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HiimKwak committed Nov 14, 2023
1 parent 33551ae commit 7b033c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
- name: Push to release repository
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.KWAK_GITHUB_TOKEN }}
API_TOKEN_GITHUB: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: .
destination-github-username: 'HiimKwak'
destination-repository-name: 'hufchichi_client'
target-branch: main

0 comments on commit 7b033c0

Please sign in to comment.