File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 echo "Creating canary stack"
183183 echo "Stack name: $TEST_STACK_NAME"
184184 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 }} \
186186 --stack-name "${TEST_STACK_NAME/serverlessrepo-/}" \
187187 --capabilities CAPABILITY_NAMED_IAM
188188
@@ -207,5 +207,5 @@ jobs:
207207 sleep 15
208208 echo "Make SAR app public"
209209 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 }} \
211211 --statements Principals='*',Actions=Deploy
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ permissions:
4141
4242jobs :
4343 run :
44- runs-on : aws-powertools_ubuntu-latest_8-core
44+ runs-on : ubuntu-latest
4545 permissions :
4646 id-token : write # needed to request JWT with GitHub's OIDC Token endpoint. docs: https://bit.ly/3MNgQO9
4747 contents : read # checkout code
You can’t perform that action at this time.
0 commit comments