File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 37
37
macos-latest
38
38
]
39
39
runs-on : ${{ matrix.os }}
40
- environment : " ESDK CI"
40
+ environment : " MPL CI"
41
41
permissions :
42
42
id-token : write
43
43
contents : read
@@ -54,11 +54,11 @@ jobs:
54
54
- name : Init Submodules
55
55
env :
56
56
# This secret is in the configured environment
57
- # Token created on # 11/28/2022
58
- # expires in ~30 days 12/28/2022
59
- PRIVATE_ESDK_PAT : ${{ secrets.PRIVATE_ESDK_PAT }}
57
+ # Token created on # 05/12/2023
58
+ # expires in ~30 days 05/22/2023
59
+ MPL_PAT : ${{ secrets.MPL_PAT }}
60
60
run : |
61
- AUTH="$(echo -n "pat:${PRIVATE_ESDK_PAT }" | base64 | tr -d '\n')"
61
+ AUTH="$(echo -n "pat:${MPL_PAT }" | base64 | tr -d '\n')"
62
62
git config --global http.https://github.com/.extraheader "AUTHORIZATION: basic $AUTH"
63
63
git config --global --add url.https://github.com/.insteadOf [email protected] :
64
64
git submodule update --init --recursive submodules/MaterialProviders
Original file line number Diff line number Diff line change 40
40
macos-latest
41
41
]
42
42
runs-on : ${{ matrix.os }}
43
- environment : " ESDK CI"
43
+ environment : " MPL CI"
44
44
permissions :
45
45
id-token : write
46
46
contents : read
@@ -57,11 +57,11 @@ jobs:
57
57
- name : Init Submodules
58
58
env :
59
59
# This secret is in the configured environment
60
- # Token created on # 11/28/2022
61
- # expires in ~30 days 12/28/2022
62
- PRIVATE_ESDK_PAT : ${{ secrets.PRIVATE_ESDK_PAT }}
60
+ # Token created on # 05/12/2023
61
+ # expires in ~30 days 05/22/2023
62
+ MPL_PAT : ${{ secrets.MPL_PAT }}
63
63
run : |
64
- AUTH="$(echo -n "pat:${PRIVATE_ESDK_PAT }" | base64 | tr -d '\n')"
64
+ AUTH="$(echo -n "pat:${MPL_PAT }" | base64 | tr -d '\n')"
65
65
git config --global http.https://github.com/.extraheader "AUTHORIZATION: basic $AUTH"
66
66
git config --global --add url.https://github.com/.insteadOf [email protected] :
67
67
git submodule update --init --recursive submodules/MaterialProviders
Original file line number Diff line number Diff line change 40
40
macos-latest,
41
41
]
42
42
runs-on : ${{ matrix.os }}
43
- environment : " ESDK CI"
43
+ environment : " MPL CI"
44
44
permissions :
45
45
id-token : write
46
46
contents : read
@@ -53,11 +53,11 @@ jobs:
53
53
- name : Init Submodules
54
54
env :
55
55
# This secret is in the configured environment
56
- # Token created on # 11/28/2022
57
- # expires in ~30 days 12/28/2022
58
- PRIVATE_ESDK_PAT : ${{ secrets.PRIVATE_ESDK_PAT }}
56
+ # Token created on # 05/12/2023
57
+ # expires in ~30 days 05/22/2023
58
+ MPL_PAT : ${{ secrets.MPL_PAT }}
59
59
run : |
60
- AUTH="$(echo -n "pat:${PRIVATE_ESDK_PAT }" | base64 | tr -d '\n')"
60
+ AUTH="$(echo -n "pat:${MPL_PAT }" | base64 | tr -d '\n')"
61
61
git config --global http.https://github.com/.extraheader "AUTHORIZATION: basic $AUTH"
62
62
git config --global --add url.https://github.com/.insteadOf [email protected] :
63
63
git submodule update --init --recursive submodules/MaterialProviders
Original file line number Diff line number Diff line change @@ -41,18 +41,18 @@ jobs:
41
41
macos-latest,
42
42
]
43
43
runs-on : ${{ matrix.os }}
44
- environment : " ESDK CI"
44
+ environment : " MPL CI"
45
45
steps :
46
46
- uses : actions/checkout@v3
47
47
48
48
- name : Init Submodules
49
49
env :
50
50
# This secret is in the configured environment
51
- # Token created on # 11/28/2022
52
- # expires in ~30 days 12/28/2022
53
- PRIVATE_ESDK_PAT : ${{ secrets.PRIVATE_ESDK_PAT }}
51
+ # Token created on # 05/12/2023
52
+ # expires in ~30 days 05/22/2023
53
+ MPL_PAT : ${{ secrets.MPL_PAT }}
54
54
run : |
55
- AUTH="$(echo -n "pat:${PRIVATE_ESDK_PAT }" | base64 | tr -d '\n')"
55
+ AUTH="$(echo -n "pat:${MPL_PAT }" | base64 | tr -d '\n')"
56
56
git config --global http.https://github.com/.extraheader "AUTHORIZATION: basic $AUTH"
57
57
git config --global --add url.https://github.com/.insteadOf [email protected] :
58
58
git submodule update --init --recursive submodules/MaterialProviders
Original file line number Diff line number Diff line change 1
1
[submodule "submodules/MaterialProviders "]
2
2
path = submodules/MaterialProviders
3
- url = git@ github.com: aws/private- aws-encryption-sdk-dafny-staging .git
3
+ url = https:// github.com/ aws/aws-cryptographic-material-providers-library-dafny .git
4
4
[submodule "submodules/smithy-dafny "]
5
5
path = submodules/smithy-dafny
6
6
url = [email protected] :awslabs/smithy-dafny.git
You can’t perform that action at this time.
0 commit comments