File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,16 +5,19 @@ permissions:
55 contents : read
66
77on :
8+ pull_request :
9+ branches : [ '*' ]
810 workflow_dispatch :
911
1012env :
11- AWS_REGION : ${{ env .AWS_REGION }}
13+ AWS_REGION : ${{ secrets .AWS_REGION }}
1214 ALARM_NAMESPACE : GitHubActions
13- COMPOSITE_ALARM_NAME : aws_aws-lambda-ruby-runtime-interface-client
1415
1516jobs :
1617 bootstrap :
1718 runs-on : ubuntu-latest
19+ env :
20+ COMPOSITE_ALARM_NAME : ${{ github.repository_owner }}-${{ github.event.repository.name }}-integration-tests-aggregate
1821
1922 steps :
2023 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2326 uses : aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4
2427 with :
2528 role-to-assume : ${{ secrets.AWS_OIDC_ROLE_ARN }}
26- aws-region : ${{ env .AWS_REGION }}
29+ aws-region : ${{ secrets .AWS_REGION }}
2730
2831 - name : Create individual metric alarms
2932 run : |
You can’t perform that action at this time.
0 commit comments