Skip to content

Commit

Permalink
hotfix: checkout version up, token 함께 사용하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Choi-Jiwon-38 authored Oct 2, 2024
1 parent 055c68b commit a3f3c4c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/git-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:

steps:
- name: Checkout source repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
token: ${{ secrets.JIWON_GITHUB_KEY }}
fetch-depth: 0
ref: develop

- name: Configure git
run: |
git remote add forked-repo https://${{ secrets.JIWON_GITHUB_KEY }}@github.com/Choi-Jiwon-38/workinkorea.git
git remote add forked-repo https://Choi-Jiwon-38:${{ secrets.JIWON_GITHUB_KEY }}@github.com/Choi-Jiwon-38/workinkorea.git
git config user.name "Choi-Jiwon-38"
git config user.email "[email protected]"
Expand Down

0 comments on commit a3f3c4c

Please sign in to comment.