Skip to content

Commit

Permalink
설마 Push...에 key이름..?
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenPearls authored Aug 28, 2024
1 parent bd3a6c3 commit b2c233e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Rename and Commit Markdown Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git commit -m "Rename Markdown files based on h1 titles"
git push https://${{ secrets.GH_PAT }}@github.com/GoldenPearls/gitBook.git # 변경사항을 main 브랜치로 푸시
git push https://${{ secrets.GITBOOKKEY }}@github.com/GoldenPearls/gitBook.git # 변경사항을 main 브랜치로 푸시

0 comments on commit b2c233e

Please sign in to comment.