Skip to content

Commit

Permalink
Update sync-to-org.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding authored Jan 28, 2025
1 parent 978e9a5 commit 66b26e5
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/sync-to-org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Configure Git
run: |
git config --global user.name "ncborcherding"
git config --global user.email "[email protected]"
- name: Push to Organization Repo
env:
ORG_PAT: ${{ secrets.ORG_PAT }}
run: |
git remote add org https://x-access-token:${ORG_PAT}@github.com/BorchLab/scRepertoire.git
git push org master --force
git config --global user.name 'ncborcherding'
git config --global user.email '[email protected]'
git remote add org https://x-access-token:${{ secrets.ORG_PAT }}@github.com/BorchLab/scRepertoire.git'
git push org_repo master --force --verbose

0 comments on commit 66b26e5

Please sign in to comment.