Skip to content

Commit

Permalink
Update update_blog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenPearls authored Sep 16, 2024
1 parent 50bb748 commit d8f94d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Push changes
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global user.name 'GoldenPearls'
git config --global user.email 'prettylee620@naver.com'
git push https://${{ secrets.GH_PAT }}@github.com/GoldenPearls/velog.git #자신의 깃허브명으로 바꿔야 함
- name: Set up Python
Expand Down

0 comments on commit d8f94d3

Please sign in to comment.