From d512d1a52a278f2e4d713904276df187b0391ba4 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Tue, 14 May 2024 15:52:53 +0000 Subject: [PATCH] add telemetry secret key to tesseract release --- .github/workflows/tesseract-docker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tesseract-docker.yml b/.github/workflows/tesseract-docker.yml index b2aa3dc9e..335b49d6a 100644 --- a/.github/workflows/tesseract-docker.yml +++ b/.github/workflows/tesseract-docker.yml @@ -9,6 +9,9 @@ concurrency: group: release-${{ github.ref }} cancel-in-progress: true +env: + TELEMETRY_SECRET_KEY: ${{ secrets.TELEMETRY_SECRET_KEY }} + jobs: build_and_publish: runs-on: release-runner