We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0120be commit e17ea49Copy full SHA for e17ea49
.github/workflows/git-push.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Add fork as remote
22
run: |
23
- 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
24
git fetch fork
25
git checkout develop
26
0 commit comments