Skip to content

Commit

Permalink
testing with repronim
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Jun 19, 2024
1 parent 7e731bf commit 234106c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_reproschema_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Git and cloning repository
env:
TARGET_REPO: djarecka/reproschema-py
TARGET_REPO: reproschema/reproschema-py
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
git config --global user.name "djarecka"
Expand All @@ -39,14 +39,14 @@ jobs:
- name: Push changes to target repository
env:
TARGET_REPO: djarecka/reproschema-py
TARGET_REPO: reproschema/reproschema-py
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
cd reproschema-py
git push origin release
- name: Create pull request
env:
TARGET_REPO: djarecka/reproschema-py
TARGET_REPO: reproschema/reproschema-py
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
curl -X POST -H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
Expand Down

0 comments on commit 234106c

Please sign in to comment.