Skip to content

Commit

Permalink
fix: add ANALYTICS_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
nicufk committed Mar 29, 2022
1 parent 4a9d435 commit 0e0fd37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-try.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
args: release --rm-dist -f .goreleaser-dev.yml
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
ANALYTICS_TRACKING_ID: "${{secrets.ANALYTICS_TRACKING_ID}}"
ANALYTICS_TRACKING_ID: "${{secrets.TESTKUBE_ANALYTICS_TRACKING_ID}}"
ANALYTICS_API_KEY: "${{secrets.TESTKUBE_ANALYTICS_API_SECRET}}"
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
-
Expand Down

0 comments on commit 0e0fd37

Please sign in to comment.