Skip to content

Commit

Permalink
📝docs : TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo authored May 9, 2024
1 parent e6b0e50 commit 990d7d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/apiDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Commit and push build artifacts
run: |
git config --global user.email "[email protected]"
git config --global user.name "DDonghyeo"
git add .
git remote add norigin ${{ secrets.REPOSITORY_URL }}
git commit -m "📝docs : Generate API Docs"
Expand Down

0 comments on commit 990d7d7

Please sign in to comment.