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 fb08722 commit 8df6812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Add the ISYE repository as a mirror
run: |
cd ${{ github.event.repository.name }}
echo ${{ vars.ISYE_MIRROR_USER }}
echo ${{ vars.ISYE_MIRROR_REPO }}
git remote add mirror https://${{ vars.ISYE_MIRROR_USER }}:${{ secrets.ISYE_MIRROR_TOKEN }}@${{ vars.ISYE_MIRROR_REPO }}
git fetch --force mirror
Expand Down

0 comments on commit 8df6812

Please sign in to comment.