|
4 | 4 | - prefix: "src/Library"
|
5 | 5 | target: "https://${GH_TOKEN}@github.com/web-token/jwt-library.git"
|
6 | 6 | - prefix: "src/Experimental"
|
7 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-experimental.git" |
8 |
| - - prefix: "src/Deprecated/Signature" |
9 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature.git" |
10 |
| - - prefix: "src/Deprecated/Checker" |
11 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-checker.git" |
12 |
| - - prefix: "src/Deprecated/Console" |
13 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-console.git" |
14 |
| - - prefix: "src/Deprecated/Core" |
15 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-core.git" |
16 |
| - - prefix: "src/Deprecated/Ecc" |
17 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-util-ecc.git" |
18 |
| - - prefix: "src/Deprecated/Encryption" |
19 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption.git" |
20 |
| - - prefix: "src/Deprecated/KeyManagement" |
21 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-key-mgmt.git" |
22 |
| - - prefix: "src/Deprecated/NestedToken" |
23 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-nested-token.git" |
24 |
| - - prefix: "src/Deprecated/EncryptionAlgorithm/ContentEncryption/AESCBC" |
25 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aescbc.git" |
26 |
| - - prefix: "src/Deprecated/EncryptionAlgorithm/ContentEncryption/AESGCM" |
27 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aesgcm.git" |
28 |
| - - prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/AESGCMKW" |
29 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aesgcmkw.git" |
30 |
| - - prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/AESKW" |
31 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aeskw.git" |
32 |
| - - prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/Direct" |
33 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-dir.git" |
34 |
| - - prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/ECDHES" |
35 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-ecdh-es.git" |
36 |
| - - prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/PBES2" |
37 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-pbes2.git" |
38 |
| - - prefix: "src/Deprecated/EncryptionAlgorithm/KeyEncryption/RSA" |
39 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-rsa.git" |
40 |
| - - prefix: "src/Deprecated/SignatureAlgorithm/ECDSA" |
41 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-ecdsa.git" |
42 |
| - - prefix: "src/Deprecated/SignatureAlgorithm/EdDSA" |
43 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-eddsa.git" |
44 |
| - - prefix: "src/Deprecated/SignatureAlgorithm/None" |
45 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-none.git" |
46 |
| - - prefix: "src/Deprecated/SignatureAlgorithm/HMAC" |
47 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-hmac.git" |
48 |
| - - prefix: "src/Deprecated/SignatureAlgorithm/RSA" |
49 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-rsa.git" |
50 |
| - - prefix: "src/Deprecated/SignatureAlgorithm/Experimental" |
51 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-experimental.git" |
52 |
| - - prefix: "src/Deprecated/EncryptionAlgorithm/Experimental" |
53 |
| - target: "https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-experimental.git" |
54 |
| - - prefix: "src/Deprecated/Pack/Encryption" |
55 |
| - target: "https://${GH_TOKEN}@github.com/web-token/encryption-pack.git" |
56 |
| - - prefix: "rc/Deprecated/Pack/Signature" |
57 |
| - target: "https://${GH_TOKEN}@github.com/web-token/signature-pack.git" |
58 |
| - |
59 | 7 |
|
60 | 8 | origins:
|
61 | 9 | - ^\d+\.\d+\.x$
|
|
0 commit comments