This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit c088277 committed May 20, 2024 · 9 / 9 · Verified
1 parent f029b0d commit c088277 Copy full SHA for c088277
File tree 5 files changed +16
-0
lines changed
5 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v3
20
20
with :
21
21
fetch-depth : 0
22
+ submodules : recursive
23
+ token : ${{ secrets.RELEASE_PAT }}
22
24
23
25
- name : Configure AWS Credentials
24
26
uses : aws-actions/configure-aws-credentials@v1
Original file line number Diff line number Diff line change 47
47
steps :
48
48
- name : Checkout
49
49
uses : actions/checkout@v3
50
+ with :
51
+ submodules : recursive
52
+ token : ${{ secrets.RELEASE_PAT }}
50
53
51
54
- name : Configure AWS Credentials
52
55
uses : aws-actions/configure-aws-credentials@v1
Original file line number Diff line number Diff line change @@ -110,6 +110,9 @@ jobs:
110
110
# Checkout code
111
111
- name : " Git checkout"
112
112
uses : actions/checkout@v2
113
+ with :
114
+ submodules : recursive
115
+ token : ${{ secrets.RELEASE_PAT }}
113
116
114
117
# Install sccache
115
118
- name : " Install sccache"
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- name : Checkout
25
25
uses : actions/checkout@v3
26
+ with :
27
+ submodules : recursive
28
+ token : ${{ secrets.RELEASE_PAT }}
26
29
27
30
- name : Setup Terraform
28
31
uses : hashicorp/setup-terraform@v2
88
91
steps :
89
92
- name : Checkout
90
93
uses : actions/checkout@v3
94
+ with :
95
+ submodules : recursive
96
+ token : ${{ secrets.RELEASE_PAT }}
91
97
92
98
- name : Configure AWS Credentials
93
99
uses : aws-actions/configure-aws-credentials@v1
Original file line number Diff line number Diff line change 27
27
- uses : actions/checkout@v3
28
28
with :
29
29
fetch-depth : 0
30
+ submodules : recursive
31
+ token : ${{ secrets.RELEASE_PAT }}
30
32
31
33
- name : Install lld and llvm
32
34
run : sudo apt-get install -y lld llvm
You can’t perform that action at this time.
0 commit comments