1 parent 983e1ff commit aa10c6bCopy full SHA for aa10c6b
1 file changed
.github/workflows/mirror.yml
@@ -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