added the configure-aws-credentials action so that we can use boto3

This commit is contained in:
pyth0n1c
2021-07-30 17:51:43 -07:00
parent f96b951492
commit d12e459367
+6 -1
View File
@@ -517,7 +517,12 @@ jobs:
run: |
echo ::set-output name=branch::${GITHUB_REF#refs/heads/}
#Set up credentials in the environment so that boto3 will succeed
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Run Detection testing
timeout-minutes: 120
run: |