3232 run-unit-tests :
3333 name : Run Unit Tests with Coverage
3434 needs : env-setup
35- uses : willvelida/biotrackr/.github/workflows/template-dotnet-run-unit-tests.yml@main
35+ uses : willvelida/biotrackr/.github/workflows/template-dotnet-run-unit-tests.yml@013-apim-managed-identity
3636 with :
3737 dotnet-version : ${{ needs.env-setup.outputs.dotnet-version }}
3838 working-directory : ./src/Biotrackr.Activity.Api/Biotrackr.Activity.Api.UnitTests
4242 run-contract-tests :
4343 name : Run API Contract Tests
4444 needs : env-setup
45- uses : willvelida/biotrackr/.github/workflows/template-dotnet-run-contract-tests.yml@main
45+ uses : willvelida/biotrackr/.github/workflows/template-dotnet-run-contract-tests.yml@013-apim-managed-identity
4646 with :
4747 dotnet-version : ${{ needs.env-setup.outputs.dotnet-version }}
4848 working-directory : ./src/Biotrackr.Activity.Api/Biotrackr.Activity.Api.IntegrationTests
5151 build-container-image-dev :
5252 name : Build and Push Container Image
5353 needs : [run-unit-tests, run-contract-tests]
54- uses : willvelida/biotrackr/.github/workflows/template-acr-push-image.yml@main
54+ uses : willvelida/biotrackr/.github/workflows/template-acr-push-image.yml@013-apim-managed-identity
5555 with :
5656 working-directory : ./src/Biotrackr.Activity.Api
5757 app-name : biotrackr-activity-api
@@ -84,17 +84,17 @@ jobs:
8484 lint :
8585 name : Run Bicep Linter
8686 needs : retrieve-container-image-dev
87- uses : willvelida/biotrackr/.github/workflows/template-bicep-linter.yml@main
87+ uses : willvelida/biotrackr/.github/workflows/template-bicep-linter.yml@013-apim-managed-identity
8888 with :
8989 template-file : ' ./infra/apps/activity-api/main.bicep'
9090
9191 validate :
9292 name : Validate Template
9393 needs : [lint, retrieve-container-image-dev]
94- uses : willvelida/biotrackr/.github/workflows/template-bicep-validate.yml@main
94+ uses : willvelida/biotrackr/.github/workflows/template-bicep-validate.yml@013-apim-managed-identity
9595 with :
9696 template-file : ' ./infra/apps/activity-api/main.bicep'
97- parameters-file : ./infra/apps/activity-api/main.dev.bicepparam
97+ parameters-file : ./infra/apps/activity-api/main.dev.bicepparam
9898 parameters : ' {"imageName": "${{ needs.retrieve-container-image-dev.outputs.loginServer }}/biotrackr-activity-api:${{ github.sha }}"}'
9999 scope : resourceGroup
100100 secrets :
@@ -106,7 +106,7 @@ jobs:
106106 preview :
107107 name : Preview Changes
108108 needs : [validate, retrieve-container-image-dev]
109- uses : willvelida/biotrackr/.github/workflows/template-bicep-whatif.yml@main
109+ uses : willvelida/biotrackr/.github/workflows/template-bicep-whatif.yml@013-apim-managed-identity
110110 with :
111111 scope : resourceGroup
112112 template-file : ' ./infra/apps/activity-api/main.bicep'
@@ -121,7 +121,7 @@ jobs:
121121 deploy-dev :
122122 name : Deploy Template to Dev
123123 needs : [preview, retrieve-container-image-dev]
124- uses : willvelida/biotrackr/.github/workflows/template-bicep-deploy.yml@main
124+ uses : willvelida/biotrackr/.github/workflows/template-bicep-deploy.yml@013-apim-managed-identity
125125 with :
126126 template-file : ' ./infra/apps/activity-api/main.bicep'
127127 parameters-file : ./infra/apps/activity-api/main.dev.bicepparam
@@ -137,7 +137,7 @@ jobs:
137137 run-e2e-tests :
138138 name : Run E2E Tests Against Dev
139139 needs : [deploy-dev, env-setup]
140- uses : willvelida/biotrackr/.github/workflows/template-dotnet-run-e2e-tests.yml@main
140+ uses : willvelida/biotrackr/.github/workflows/template-dotnet-run-e2e-tests.yml@013-apim-managed-identity
141141 with :
142142 dotnet-version : ${{ needs.env-setup.outputs.dotnet-version }}
143143 working-directory : ./src/Biotrackr.Activity.Api/Biotrackr.Activity.Api.IntegrationTests
0 commit comments