Skip to content

Commit

Permalink
supply token to live-test (#1074)
Browse files Browse the repository at this point in the history
* escape $ when filtering for releases

* supply token to live test script
  • Loading branch information
dsinghvi authored Dec 28, 2022
1 parent bc5ec4a commit 26852e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
command: |
yarn workspace @fern-api/cli dist:cli:prod
cli_path="$(yarn workspace @fern-api/cli bin fern:prod)"
./scripts/live-test.sh "$cli_path"
./scripts/live-test.sh "$cli_path" "$FERN_ORG_TOKEN_PROD"
publish-dev:
docker:
Expand Down Expand Up @@ -272,6 +272,7 @@ workflows:
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)$/
context:
- auth0-dev
- fern-tokens

- publish-dev:
filters:
Expand Down

0 comments on commit 26852e1

Please sign in to comment.