diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 93ee8955..f888f11d 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -31,4 +31,5 @@ jobs: run: | git add . git commit -m "chore: docs regenerated" || echo "No changes to commit" + git remote set-url origin https://${{ secrets.GH_CORE_USER }}:${{ secrets.GH_CORE_TOKEN }}@github.com/InjectiveLabs/injective-docs.git git push || echo "No changes to push"