Skip to content
Snippets Groups Projects
Commit 7a7acd39 authored by James Briggs's avatar James Briggs
Browse files

fix: tweak auth

parent a4de2de4
No related branches found
No related tags found
No related merge requests found
......@@ -97,8 +97,6 @@ jobs:
run: |
git config --local user.email "admin@aurelio.ai"
git config --local user.name "aurelio-bot"
git remote set-url origin https://aurelio-bot:${{ secrets.PAT }}@github.com/aurelio-labs/docs.git
git add .
if ! git diff --quiet || ! git diff --staged --quiet; then
git commit -m "chore: update semantic router docs"
git push "https://${{ secrets.PAT }}@github.com/aurelio-labs/docs.git" HEAD:main
fi
git diff --quiet && git diff --staged --quiet || (git commit -m "chore: update semantic router docs" && git push)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment