Skip to content

Commit

Permalink
ci: update Nx Cloud environment variable (#3926)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Jun 2, 2023
1 parent 9f1b572 commit 6d3e27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- run:
name: Setup Environment Variables
command: |
echo 'export NX_CLOUD_AUTH_TOKEN=$NX_CLOUD_TOKEN' >> $BASH_ENV
echo 'export NX_CLOUD_ACCESS_TOKEN=$NX_CLOUD_TOKEN' >> $BASH_ENV
source $BASH_ENV
- run: yarn
- run:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ modules/*/schematics-core/testing

.angular
migrations.json
.env

0 comments on commit 6d3e27e

Please sign in to comment.