We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25006f2 commit d5e2e5fCopy full SHA for d5e2e5f
.github/workflows/update_challenge_progress.yml
@@ -38,7 +38,7 @@ jobs:
38
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
39
git add scoreboard.json DASHBOARD.md HISTORY.md
40
git commit -m "Update challenge progress dashboard" || echo "No changes to commit"
41
- git push origin ${{ github.head_ref }}
+ git push https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/AlgorithmStudy-Allumbus/codingtest_algorithm_study.git ${{ github.head_ref }}
42
43
- name: Post PR Comment with progress
44
if: github.event_name == 'pull_request'
0 commit comments