add post hog api to go releaser and update cli telemetry

This commit is contained in:
Maidul Islam
2023-05-19 10:49:57 -04:00
parent e4953398df
commit 4586656b85
3 changed files with 18 additions and 8 deletions

View File

@@ -46,6 +46,7 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
POSTHOG_API_KEY_FOR_CLI: ${{ secrets.POSTHOG_API_KEY_FOR_CLI }}
FURY_TOKEN: ${{ secrets.FURYPUSHTOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}