mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
added the configure-aws-credentials action so that we can use boto3
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user