36
36
runs-on : [self-hosted, discovery]
37
37
steps :
38
38
- name : Configure AWS Credentials
39
- uses : aws-actions/configure-aws-credentials@v2.2.0
39
+ uses : aws-actions/configure-aws-credentials@v3.0.1
40
40
with :
41
41
role-to-assume : ${{ env.AWS_ROLE_ARN }}
42
42
aws-region : ${{ env.AWS_REGION }}
96
96
target : ${{ fromJSON(needs.discover.outputs.hits).oci-images.publish }}
97
97
steps :
98
98
- name : Configure AWS Credentials
99
- uses : aws-actions/configure-aws-credentials@v2.2.0
99
+ uses : aws-actions/configure-aws-credentials@v3.0.1
100
100
with :
101
101
role-to-assume : ${{ env.AWS_ROLE_ARN }}
102
102
aws-region : ${{ env.AWS_REGION }}
@@ -137,7 +137,7 @@ jobs:
137
137
target : ${{ fromJSON(needs.discover.outputs.hits).deployments.diff }}
138
138
steps :
139
139
- name : Configure AWS Credentials
140
- uses : aws-actions/configure-aws-credentials@v2.2.0
140
+ uses : aws-actions/configure-aws-credentials@v3.0.1
141
141
with :
142
142
role-to-assume : ${{ env.AWS_ROLE_ARN }}
143
143
aws-region : ${{ env.AWS_REGION }}
@@ -168,7 +168,7 @@ jobs:
168
168
GH_TOKEN : ${{ github.token }}
169
169
OWNER_AND_REPO : ${{ github.repository }}
170
170
with : {ffBuildInstructions: true, remoteStore: "ssh-ng://eu.nixbuild.net"}
171
-
171
+
172
172
173
173
deploy-to-eu :
174
174
<< : *job
@@ -193,7 +193,7 @@ jobs:
193
193
target : ${{ fromJSON(needs.discover.outputs.hits).deployments.apply }}
194
194
steps :
195
195
- name : Configure AWS Credentials
196
- uses : aws-actions/configure-aws-credentials@v2.2.0
196
+ uses : aws-actions/configure-aws-credentials@v3.0.1
197
197
with :
198
198
role-to-assume : ${{ env.AWS_ROLE_ARN }}
199
199
aws-region : ${{ env.AWS_REGION }}
@@ -220,5 +220,5 @@ jobs:
220
220
echo commit: ${{ github.sha }}
221
221
- uses : divnix/std-action/run@main
222
222
with : {ffBuildInstructions: true, remoteStore: "ssh-ng://eu.nixbuild.net"}
223
-
223
+
224
224
0 commit comments