Skip to content

Commit

Permalink
dev(narugo): use a usable token
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Jan 24, 2024
1 parent 767889a commit dd6029c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ jobs:
env:
ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git config user.name narugo1992
git config user.email [email protected]
git config --global user.name narugo1992
git config --global user.email [email protected]
git clone https://narugo1992:${{ secrets.GH_TOKEN }}@github.com/deepghs/imgutils-docs.git
cd imgutils-docs
git checkout gh-pages
Expand Down

0 comments on commit dd6029c

Please sign in to comment.