From b382ac138dc7fb8b5a0039c46f30ad57643e68fd Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Wed, 19 Jun 2024 14:10:40 -0400 Subject: [PATCH] testing --- .github/workflows/push_reproschema_py.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_reproschema_py.yml b/.github/workflows/push_reproschema_py.yml index 651e2357e..fe656ae46 100644 --- a/.github/workflows/push_reproschema_py.yml +++ b/.github/workflows/push_reproschema_py.yml @@ -55,7 +55,7 @@ jobs: TARGET_REPO: djarecka/reproschema-py GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} run: | - cd your-target-repo + #cd your-target-repo git push --set-upstream https://x-access-token:${GITHUB_TOKEN}@github.com/$TARGET_REPO.git release - name: Create pull request env: