File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515jobs :
1616 create-ecr :
1717 if : github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
18- uses : team-tech-challenge/terraform-reusable-actions/.github/workflows/create-elastic-container-registry.yml@feat/adds-news-workflows
18+ uses : team-tech-challenge/terraform-reusable-actions/.github/workflows/create-elastic-container-registry.yml@main
1919 secrets :
2020 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
2121 AWS_REGION : ${{ secrets.AWS_REGION }}
3030 build-push :
3131 needs : create-ecr
3232 if : github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
33- uses : team-tech-challenge/terraform-reusable-actions/.github/workflows/build-image-and-push.yml@feat/adds-news-workflows
33+ uses : team-tech-challenge/terraform-reusable-actions/.github/workflows/build-image-and-push.yml@main
3434 secrets :
3535 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3636 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
4141 trivy-scan :
4242 needs : build-push
4343 if : github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
44- uses : team-tech-challenge/terraform-reusable-actions/.github/workflows/trivy-scan.yml@feat/adds-news-workflows
44+ uses : team-tech-challenge/terraform-reusable-actions/.github/workflows/trivy-scan.yml@main
4545 secrets :
4646 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4747 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
5151 deploy :
5252 needs : trivy-scan
5353 if : github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
54- uses : team-tech-challenge/terraform-reusable-actions/.github/workflows/create-lambda-aws.yml@feat/adds-news-workflows
54+ uses : team-tech-challenge/terraform-reusable-actions/.github/workflows/create-lambda-aws.yml@main
5555 with :
5656 environment : ' production'
5757 secrets :
You can’t perform that action at this time.
0 commit comments