Skip to content

Commit e17ea49

Browse files
hotfix: 토큰 재발급 및 이름 변경
1 parent f0120be commit e17ea49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
- name: Add fork as remote
2222
run: |
23-
git remote add fork https://${{secrets.JIWON_GITHUB_TOKEN}}@github.com/Choi-Jiwon-38/workinkorea.git
23+
git remote add fork https://${{secrets.JIWON_GITHUB_KEY}}@github.com/Choi-Jiwon-38/workinkorea.git
2424
git fetch fork
2525
git checkout develop
2626

0 commit comments

Comments
 (0)