File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
echo "Creating canary stack"
183
183
echo "Stack name: $TEST_STACK_NAME"
184
184
aws serverlessrepo create-cloud-formation-change-set \
185
- --application-id arn:aws:serverlessrepo:${{ env.AWS_REGION }}:${{ steps.aws-credentials-sar-role.outputs.aws-account-id }}:applications/${{ env.SAR_NAME }} \
185
+ --application-id arn:aws:serverlessrepo:${{ env.AWS_REGION }}:${{ secrets.AWS_SAR_V3_ACCOUNTID }}:applications/${{ env.SAR_NAME }} \
186
186
--stack-name "${TEST_STACK_NAME/serverlessrepo-/}" \
187
187
--capabilities CAPABILITY_NAMED_IAM
188
188
@@ -207,5 +207,5 @@ jobs:
207
207
sleep 15
208
208
echo "Make SAR app public"
209
209
aws serverlessrepo put-application-policy \
210
- --application-id arn:aws:serverlessrepo:${{ env.AWS_REGION }}:${{ steps.aws-credentials-sar-role.outputs.aws-account-id }}:applications/${{ env.SAR_NAME }} \
210
+ --application-id arn:aws:serverlessrepo:${{ env.AWS_REGION }}:${{ secrets.AWS_SAR_V3_ACCOUNTID }}:applications/${{ env.SAR_NAME }} \
211
211
--statements Principals='*',Actions=Deploy
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ permissions:
41
41
42
42
jobs :
43
43
run :
44
- runs-on : aws-powertools_ubuntu-latest_8-core
44
+ runs-on : ubuntu-latest
45
45
permissions :
46
46
id-token : write # needed to request JWT with GitHub's OIDC Token endpoint. docs: https://bit.ly/3MNgQO9
47
47
contents : read # checkout code
You can’t perform that action at this time.
0 commit comments