diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a89276ec1..8d2611692 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -697,6 +697,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Get Secrets from Azure Key Vault + if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }} uses: ./.github/actions/az-sync with: az_client_id: ${{ secrets.AZ_KEYVAULT_CLIENT_ID }} @@ -770,6 +771,7 @@ jobs: run: echo "GO_VERSION=$(cat go.mod | grep toolchain | sed 's/toolchain //; s/go//')" >> $GITHUB_ENV - name: Get Secrets from Azure Key Vault + if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }} uses: ./.github/actions/az-sync with: az_client_id: ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}