Skip to content

Commit aa10c6b

Browse files
authored
Add GitHub Actions workflow for repository mirroring
1 parent 983e1ff commit aa10c6b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/mirror.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Mirror to Personal Account
2+
on: [push]
3+
jobs:
4+
git-mirror:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: wearerequired/git-mirror-action@v1
8+
with:
9+
source-repo: "https://github.com/ArunR-DSML/DX702_ExperimentalDesign-Causality.git"
10+
destination-repo: "https://x-access-token:${{ secrets.PERSONAL_TOKEN }}@github.com/AnuBegins/DX702_ExperimentalDesign-Causality.git"

0 commit comments

Comments
 (0)