diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd998b6..060bc9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: polling_interval_seconds: 2 max_attempts: 3 shell: bash - command: BINDPLANE_TLS_SKIP_VERIFY=true docker exec bindplane /bindplane get agent + command: docker exec bindplane /bindplane get agent --tls-ca-cert /ca.crt - name: Run BindPlane Action # This should be replaced with a release action.