From 742ab0bdc420da59eb8406c19e37b8f3fc75c56a Mon Sep 17 00:00:00 2001 From: smallcase Date: Mon, 6 May 2024 20:40:11 +0530 Subject: [PATCH] feat: added github deployment files --- .github/workflows/sam-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sam-deploy.yaml b/.github/workflows/sam-deploy.yaml index 4513809..874170b 100644 --- a/.github/workflows/sam-deploy.yaml +++ b/.github/workflows/sam-deploy.yaml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/setup-python@v2 - uses: aws-actions/setup-sam@v1 - - uses: aws-actions/configure-aws-credentials@master + - uses: aws-actions/configure-aws-credentials with: role-to-assume: arn:aws:iam::736414281642:role/LambdaDeployGithubActionRole aws-region: ap-south-1