From 9f9bc6f35da24e808e3a80c6757df7b759bde2ad Mon Sep 17 00:00:00 2001 From: darrell-thobe-sp Date: Tue, 20 May 2025 15:26:43 -0400 Subject: [PATCH] set origin --- .github/workflows/push_sdk_docs_to_dev_portal.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push_sdk_docs_to_dev_portal.yaml b/.github/workflows/push_sdk_docs_to_dev_portal.yaml index 5e930c79b..536f0c6c8 100644 --- a/.github/workflows/push_sdk_docs_to_dev_portal.yaml +++ b/.github/workflows/push_sdk_docs_to_dev_portal.yaml @@ -69,6 +69,8 @@ jobs: git config --local user.name "developer-relations-sp" git add . git commit -m "Update python SDK docs: ${{ github.run_id }}" + git remote set-url origin https://${{ secrets.DEVREL_SERVICE_TOKEN }}@github.com/sailpoint-oss/developer.sailpoint.com.git + git push origin main publish-failure: