Skip to content

Commit

Permalink
trying with a PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 18, 2023
1 parent a581ce1 commit c08ff4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ jobs:
# we let @phalconbot own these commits.
git config user.name niden
git config user.email [email protected]
git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production
mike deploy \
--update-aliases \
--branch production \
--push \
${{ fromJson(steps.determine-versioning.outputs.data).version }} \
${{ fromJson(steps.determine-versioning.outputs.data).alias }}
git remote set-url origin \
https://x-access-token:${{ secrets.DOCS_PAT }}@github.com/${{ github.repository }}
git push

0 comments on commit c08ff4b

Please sign in to comment.