Skip to content

Commit

Permalink
flex deploy has had the wrong parameters passed
Browse files Browse the repository at this point in the history
  • Loading branch information
mythilytm committed Oct 24, 2024
1 parent f5aa184 commit adac531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flex-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ jobs:
if: env.SELF_HOSTED_DEPLOY == 'true'
uses: ./.github/actions/deployment-matrix
with:
account-sid: ${{env.TWILIO_ACCOUNT_SID}}
auth-token: ${{env.TWILIO_AUTH_TOKEN}}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
identifier: ${{ inputs.helpline_code }}
environment: ${{ inputs.environment_code}}
Expand Down

0 comments on commit adac531

Please sign in to comment.