Skip to content

Commit

Permalink
Update deploy-wiki.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkirlin authored Feb 11, 2023
1 parent cb044b4 commit e06dbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
git config user.email [email protected]
git add .
git commit -m "${{ steps.clone_wiki.outputs.message }}"
git push "https://$GITHUB_ACTOR:$[email protected]/$GITHUB_REPOSITORY.git"
git push "https://${{ env.GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ env.GITHUB_REPOSITORY }}.git"

0 comments on commit e06dbfa

Please sign in to comment.