diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1f039d8..997a2a9 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -98,7 +98,7 @@ jobs: gha_deploy_role_name: ${{ secrets.AWS_CICD_DEPLOY_ROLE_NAME }} - name: Deploy via AWS SAM - uses: ServerlessOpsIO/gha-deploy-aws-sam@v1 + uses: ServerlessOpsIO/gha-deploy-aws-sam@feature/capabilities-handling with: aws_account_id: ${{ secrets.AWS_MANAGEMENT_ACCOUNT_ID }} env_json: ${{ toJson(env) }} @@ -132,7 +132,7 @@ jobs: gha_deploy_role_name: ${{ secrets.AWS_CICD_DEPLOY_ROLE_NAME }} - name: Deploy via AWS SAM - uses: ServerlessOpsIO/gha-deploy-aws-sam@v1 + uses: ServerlessOpsIO/gha-deploy-aws-sam@feature/capabilities-handling with: aws_account_id: ${{ secrets.AWS_STACKSETS_ACCOUNT_ID }} template_file: packaged-delegate-template.yaml