Skip to content

Commit 438a16c

Browse files
committed
make deps
1 parent 81c7fc7 commit 438a16c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/azure-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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 }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)