diff --git a/.github/workflows/validate-examples.yml b/.github/workflows/validate-examples.yml index afd4b68..0f79637 100644 --- a/.github/workflows/validate-examples.yml +++ b/.github/workflows/validate-examples.yml @@ -144,7 +144,7 @@ jobs: fail-fast: false matrix: examples: - ["actors", "client", "configuration", "invoke/grpc", "invoke/grpc-proxying", "pubsub"] + ["actors", "client", "configuration", "invoke/grpc", "invoke/grpc-proxying", "pubsub", "secrets-bulk"] steps: - name: Check out code uses: actions/checkout@v4