Skip to content

Commit

Permalink
add telemetry secret key to tesseract release
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed May 14, 2024
1 parent 0612dd7 commit d512d1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tesseract-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d512d1a

Please sign in to comment.