Skip to content

Commit

Permalink
hotfix: 토큰 재발급 및 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Choi-Jiwon-38 authored Oct 2, 2024
1 parent f0120be commit e17ea49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Add fork as remote
run: |
git remote add fork https://${{secrets.JIWON_GITHUB_TOKEN}}@github.com/Choi-Jiwon-38/workinkorea.git
git remote add fork https://${{secrets.JIWON_GITHUB_KEY}}@github.com/Choi-Jiwon-38/workinkorea.git
git fetch fork
git checkout develop
Expand Down

0 comments on commit e17ea49

Please sign in to comment.