File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -697,6 +697,7 @@ jobs:
697697 steps :
698698 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
699699 - name : Get Secrets from Azure Key Vault
700+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
700701 uses : ./.github/actions/az-sync
701702 with :
702703 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -770,6 +771,7 @@ jobs:
770771 run : echo "GO_VERSION=$(cat go.mod | grep toolchain | sed 's/toolchain //; s/go//')" >> $GITHUB_ENV
771772
772773 - name : Get Secrets from Azure Key Vault
774+ if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
773775 uses : ./.github/actions/az-sync
774776 with :
775777 az_client_id : ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments