Skip to content

Commit d5e2e5f

Browse files
authored
feat: 조직 레포에 푸시하기 위해 PAT 생성 후 추가
1 parent 25006f2 commit d5e2e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_challenge_progress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
3939
git add scoreboard.json DASHBOARD.md HISTORY.md
4040
git commit -m "Update challenge progress dashboard" || echo "No changes to commit"
41-
git push origin ${{ github.head_ref }}
41+
git push https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/AlgorithmStudy-Allumbus/codingtest_algorithm_study.git ${{ github.head_ref }}
4242
4343
- name: Post PR Comment with progress
4444
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)