Skip to content

Commit

Permalink
Add token for documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgroot42 committed Jan 10, 2024
1 parent 883c580 commit 3dc5011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
git config --local user.name "GitHub Actions"
git add docs/
git commit -m "Update documentation" -a || exit 0 # Exit if nothing to commit
git push
git push https://${{ secrets.MIMIR_PAT }}@github.com/${{ github.repository }}.git

0 comments on commit 3dc5011

Please sign in to comment.