configure aws creds (#7043)

* check if has secret
This commit is contained in:
nirajpathak13 2021-06-29 15:25:24 -04:00 committed by GitHub
parent e5eff54149
commit ae4a01d8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,7 @@ jobs:
sudo installer -pkg AWSCLIV2.pkg -target /
- name: Configure AWS Credentials
if: steps.check_secrets.outputs.HAS_SECRET
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.INSTALLER_UPLOAD_KEY }}