We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8794c9c commit aeea640Copy full SHA for aeea640
.github/workflows/aws-ci.yml
@@ -39,6 +39,13 @@ jobs:
39
uses: aws-actions/aws-codebuild-run-build@v1
40
with:
41
project-name: ${{ secrets.CI_TESTING_CODE_BUILD_PROJECT_NAME }}
42
+ - name: Configure Test Sweeper Lambda Credentials
43
+ if: always()
44
+ uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 #v4
45
+ with:
46
+ role-to-assume: ${{ steps.lambda.outputs.roleArn }}
47
+ role-duration-seconds: 7200
48
+ aws-region: us-west-2
49
- name: Invoke Test Sweeper Lambda
50
if: always()
51
shell: pwsh
@@ -49,4 +56,3 @@ jobs:
56
run: |
57
$buildId = "${{ steps.codebuild.outputs.aws-build-id }}"
58
echo $buildId
52
-
0 commit comments