File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146
147147 steps :
148148 - name : CD Lambda(s) Configure credentials
149- uses : aws-actions/configure-aws-credentials@v4.0.2
149+ uses : aws-actions/configure-aws-credentials@v4.3.1
150150 with :
151151 aws-access-key-id : ${{ github.event.inputs.environment == 'tst' && secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS || github.event.inputs.environment == 'stg' && secrets.VBR_AWS_ACCESS_KEY_ID || github.event.inputs.environment == 'prd' && secrets.VBR_AWS_ACCESS_KEY_ID_NEWPRD || ''}}
152152 aws-secret-access-key : ${{ github.event.inputs.environment == 'tst' && secrets.VBR_AWS_SECRET_ACCESS_KEY_DEVOPS || github.event.inputs.environment == 'stg' && secrets.VBR_AWS_SECRET_ACCESS_KEY || github.event.inputs.environment == 'prd' && secrets.VBR_AWS_SECRET_ACCESS_KEY_NEWPRD || ''}}
Original file line number Diff line number Diff line change @@ -597,7 +597,7 @@ jobs:
597597 ]
598598 steps :
599599 - name : Configure AWS credentials
600- uses : aws-actions/configure-aws-credentials@v4.1.0
600+ uses : aws-actions/configure-aws-credentials@v4.3.1
601601 with :
602602 aws-access-key-id : ${{ secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS }}
603603 aws-secret-access-key : ${{ secrets.VBR_AWS_SECRET_ACCESS_KEY_DEVOPS }}
You can’t perform that action at this time.
0 commit comments