From dddb065c3b20976d29ba4226f4c2e3169737f606 Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Wed, 19 Jun 2024 17:45:05 -0400 Subject: [PATCH] fix --- .github/workflows/push_reproschema_py.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_reproschema_py.yml b/.github/workflows/push_reproschema_py.yml index 7f693a780..2f222ca5f 100644 --- a/.github/workflows/push_reproschema_py.yml +++ b/.github/workflows/push_reproschema_py.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Git and cloning repository env: - TARGET_REPO: reproschema/reproschema-py + TARGET_REPO: repronim/reproschema-py PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} run: | git config --global user.name "djarecka" @@ -39,14 +39,14 @@ jobs: - name: Push changes to target repository env: - TARGET_REPO: reproschema/reproschema-py + TARGET_REPO: repronim/reproschema-py PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} run: | cd reproschema-py git push origin release - name: Create pull request env: - TARGET_REPO: reproschema/reproschema-py + TARGET_REPO: repronim/reproschema-py PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} run: | curl -X POST -H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \