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: