Skip to content

Commit

Permalink
working on capabilities handling in composite workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Sep 10, 2024
1 parent e9c3076 commit d79f489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d79f489

Please sign in to comment.