Skip to content

Commit

Permalink
Removed role for cloudformation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameronsplaze committed Jan 30, 2025
1 parent e68b11f commit fa57c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/deploy-hyp3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ inputs:
CLOUDFORMATION_ROLE_ARN:
description: "The CloudFormation role to use for this deployment"
required: true
default: ""
DEFAULT_CREDITS_PER_USER:
description: "The default number of credits given to a new user"
required: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-daac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
VPC_ID: ${{ secrets.VPC_ID }}
SUBNET_IDS: ${{ secrets.SUBNET_IDS }}
SECRET_ARN: ${{ secrets.SECRET_ARN }}
CLOUDFORMATION_ROLE_ARN: ${{ secrets.CLOUDFORMATION_ROLE_ARN }}
## Made default "", since actions don't allow empty secrets in console:
# CLOUDFORMATION_ROLE_ARN: ${{ secrets.CLOUDFORMATION_ROLE_ARN }}
DEFAULT_CREDITS_PER_USER: ${{ matrix.default_credits_per_user }}
DEFAULT_APPLICATION_STATUS: ${{ matrix.default_application_status }}
COST_PROFILE: ${{ matrix.cost_profile }}
Expand Down

0 comments on commit fa57c3c

Please sign in to comment.