Skip to content

Commit

Permalink
Add api gateway params
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Sep 14, 2023
1 parent fab9bd0 commit c0feef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions-frontend-access
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/canopas-dev-lambda-role
aws-region: ap-south-1

- name: Checkout
Expand Down

0 comments on commit c0feef1

Please sign in to comment.