forked from scheb/2fa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitsplit.yml
More file actions
20 lines (19 loc) · 794 Bytes
/
Copy path.gitsplit.yml
File metadata and controls
20 lines (19 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
splits:
- prefix: "src/bundle"
target: "https://${GH_TOKEN}@github.com/scheb/2fa-bundle.git"
- prefix: "src/email"
target: "https://${GH_TOKEN}@github.com/scheb/2fa-email.git"
- prefix: "src/google-authenticator"
target: "https://${GH_TOKEN}@github.com/scheb/2fa-google-authenticator.git"
- prefix: "src/totp"
target: "https://${GH_TOKEN}@github.com/scheb/2fa-totp.git"
- prefix: "src/backup-code"
target: "https://${GH_TOKEN}@github.com/scheb/2fa-backup-code.git"
- prefix: "src/trusted-device"
target: "https://${GH_TOKEN}@github.com/scheb/2fa-trusted-device.git"
- prefix: "src/qr-code"
target: "https://${GH_TOKEN}@github.com/scheb/2fa-qr-code.git"
origins:
- ^[0-9]+\.x$
- ^v\d+\.\d+$
- ^v\d+\.\d+\.\d+.*$