Skip to content

Commit

Permalink
Update merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzcarey authored Aug 26, 2023
1 parent 26790fa commit 3a34a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
run: npm ci

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1-node16
uses: aws-actions/configure-aws-credentials@v3
with:
aws-region: ${{ env.AWS_REGION }}
role-to-assume: ${{'AWS_ROLE_ARN_STAGING'}}
role-to-assume: ${{ secrets.AWS_ROLE_ARN_STAGING }}

- name: 🚀 Deploy core
run: cd services/core && npm deploy-staging
Expand Down

0 comments on commit 3a34a1d

Please sign in to comment.