File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2222 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2323 - run : npm install semver@7.6.2
2424 - name : Get Secrets from Azure Key Vault
25- uses : ./.github/workflows/azure-action.yml
25+ uses : ./.github/actions/az-sync
2626 with :
2727 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
2828 az_tenant_id : ${{ secrets.AZ_KEYVAULT_TENANT_ID }}
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ jobs:
299299 with :
300300 go-version-file : ' go.mod'
301301 - name : Get Secrets from Azure Key Vault
302- uses : ./.github/workflows/azure-action.yml
302+ uses : ./.github/actions/az-sync
303303 with :
304304 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
305305 az_tenant_id : ${{ secrets.AZ_KEYVAULT_TENANT_ID }}
@@ -359,7 +359,7 @@ jobs:
359359 - name : Set up Docker Build
360360 uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
361361 - name : Get Secrets from Azure Key Vault
362- uses : ./.github/workflows/azure-action.yml
362+ uses : ./.github/actions/az-sync
363363 with :
364364 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
365365 az_tenant_id : ${{ secrets.AZ_KEYVAULT_TENANT_ID }}
@@ -393,7 +393,7 @@ jobs:
393393 with :
394394 go-version-file : ' go.mod'
395395 - name : Get Secrets from Azure Key Vault
396- uses : ./.github/workflows/azure-action.yml
396+ uses : ./.github/actions/az-sync
397397 with :
398398 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
399399 az_tenant_id : ${{ secrets.AZ_KEYVAULT_TENANT_ID }}
Original file line number Diff line number Diff line change 4848 with :
4949 go-version-file : ' go.mod'
5050 - name : Get Secrets from Azure Key Vault
51- uses : ./.github/workflows/azure-action.yml
51+ uses : ./.github/actions/az-sync
5252 with :
5353 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
5454 az_tenant_id : ${{ secrets.AZ_KEYVAULT_TENANT_ID }}
You can’t perform that action at this time.
0 commit comments