Skip to content

Commit

Permalink
연결 안되는 걸까...?
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenPearls authored Aug 27, 2024
1 parent 9dbf6a3 commit 8a4f1a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Push changes
run: |
git add .
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git push https://${{ secrets.GH_PAT }}@github.com/GoldenPearls/velog.git # 자신의 깃허브명으로 바꿔야 함
Expand Down

0 comments on commit 8a4f1a6

Please sign in to comment.