Skip to content

Commit

Permalink
(fix): Add POSTHOG_API_KEY to live-test job (#3998)
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney committed Jul 5, 2024
1 parent 9d86da5 commit 6aee117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
AUTH0_DOMAIN: ${{ secrets.AUTH0_DOMAIN }}
AUTH0_CLIENT_ID: ${{ secrets.AUTH0_CLIENT_ID }}
POSTHOG_API_KEY: ${{ secrets.POSTHOG_PROJECT_API_KEY }}
run: |
yarn workspace @fern-api/cli dist:cli:prod
cli_path="$(yarn workspace @fern-api/cli bin fern:prod)"
Expand Down

0 comments on commit 6aee117

Please sign in to comment.