diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 86802e9..86b9ca5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -131,7 +131,7 @@ jobs: GH_TOKEN: ${{ secrets.PAT_TOKEN }} run: | # Clone ndc-hub repository - git clone https://github.com/hasura/ndc-hub.git + git clone https://github.com/AdalbertMemSQL/ndc-hub.git cd ndc-hub # Create a new branch @@ -187,7 +187,7 @@ jobs: git commit -m "Update ${{ env.CONNECTOR_NAME }} connector metadata to version ${{ steps.get-version.outputs.tagged_version }}" # Push changes - git push https://${{ secrets.PAT_TOKEN }}@github.com/hasura/ndc-hub.git HEAD:update-${{ env.CONNECTOR_NAME }}-connector-v${{ steps.get-version.outputs.tagged_version }} + git push https://${{ secrets.PAT_TOKEN }}@github.com/AdalbertMemSQL/ndc-hub.git HEAD:update-${{ env.CONNECTOR_NAME }}-connector-v${{ steps.get-version.outputs.tagged_version }} # Create PR using GitHub CLI