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

fix: tweak auth

parent d809db52
No related branches found
No related tags found
No related merge requests found
...@@ -97,8 +97,8 @@ jobs: ...@@ -97,8 +97,8 @@ jobs:
run: | run: |
git config --local user.email "admin@aurelio.ai" git config --local user.email "admin@aurelio.ai"
git config --local user.name "aurelio-bot" git config --local user.name "aurelio-bot"
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/aurelio-labs/docs.git
git add . git add .
git diff --quiet && git diff --staged --quiet || (git commit -m "chore: update semantic router docs" && git push) if ! git diff --quiet || ! git diff --staged --quiet; then
env: git commit -m "chore: update semantic router docs"
GITHUB_TOKEN: ${{ secrets.PAT }} git push "https://${{ secrets.PAT }}@github.com/aurelio-labs/docs.git" HEAD:main
fi
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