Skip to content

Commit

Permalink
Update layerpipeline.yaml
Browse files Browse the repository at this point in the history
Update aws login
  • Loading branch information
sansmoraxz committed Feb 22, 2024
1 parent cea89a2 commit 0781013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/layerpipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache: 'pip'

- name: AWS login
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
role-session-name: gha-lambda-layer-${{ github.event.repository.name }}
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
FUNCTION_NAME: ${{ secrets.FUNCTION_NAME }}
run: aws lambda wait function-updated
--function-name $FUNCTION_NAME
--output text
--output text

0 comments on commit 0781013

Please sign in to comment.