Skip to content

Commit

Permalink
Merge pull request #2579 from techmatters/mythily/flex-wokflow-fix
Browse files Browse the repository at this point in the history
Correction to deploy matrix action step within flex-deploy
  • Loading branch information
mythilytm authored Oct 25, 2024
2 parents 771c2a1 + adac531 commit c5d7ab2
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 c5d7ab2

Please sign in to comment.