Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkolb authored Apr 21, 2024
1 parent 5b4d729 commit 0970139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Add the ISYE repository as a mirror
run: |
cd ${{ github.event.repository.name }}
git remote add mirror https://jkolb6:${{ secrets.ISYE_MIRROR_TOKEN }}@github.gatech.edu/isye-web/tmm_hai_cec
git remote add mirror https://${{ secrets.ISYE_MIRROR_USER }}:${{ secrets.ISYE_MIRROR_TOKEN }}@${{ variables.ISYE_MIRROR_REPO }}
git fetch --force mirror
- name: Remove the .github folder to avoid a recursive workflow
Expand Down

0 comments on commit 0970139

Please sign in to comment.