Skip to content

Commit 69f10ce

Browse files
committed
Drop azure_client_id from migration workflow callers (read inside reusable)
1 parent 0f3e2bc commit 69f10ce

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/deploy_to_staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
environment: Staging
2626
checkout_ref: ${{ github.event.release.tag_name }}
2727
working_directory: api
28-
azure_client_id: ${{ secrets.CLIENTID }}
2928
azure_subscription_id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
3029

3130
build-and-push-latest-release-images-to-ghcr:

.github/workflows/promote_to_production.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
environment: Production
4949
checkout_ref: ${{ needs.get_staging_version.outputs.versionTag }}
5050
working_directory: api
51-
azure_client_id: ${{ secrets.CLIENTID }}
5251
azure_subscription_id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
5352

5453
deploy:

.github/workflows/run_development_migrations.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ jobs:
1818
with:
1919
environment: Development
2020
working_directory: api
21-
azure_client_id: ${{ secrets.CLIENTID }}
2221
azure_subscription_id: ${{ vars.AZURE_SUBSCRIPTION_ID }}

0 commit comments

Comments
 (0)