Skip to content

Commit

Permalink
tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gni committed Oct 29, 2024
1 parent 938a66c commit c166d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Commit and push documentation
env:
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git commit -m "Automated documentation update by GitHub Actions"
git push "https://[email protected]/docsible/thermo-core.git" HEAD:main

0 comments on commit c166d01

Please sign in to comment.