Authenticate with GitHub in Action
This commit is contained in:
parent
07f4696483
commit
61865ce834
1 changed files with 1 additions and 0 deletions
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
|
@ -19,5 +19,6 @@ jobs:
|
|||
run: |
|
||||
git config --global user.email "noreply@example.com"
|
||||
git config --global user.name Documentation
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||
npm install
|
||||
npm run docs:deploy
|
||||
|
|
Loading…
Reference in a new issue