Skip to content

Commit

Permalink
fix(misc): adds nx cloud access token to agent workflow (#19264)
Browse files Browse the repository at this point in the history
  • Loading branch information
scritchley authored Sep 20, 2023
1 parent 51d2fac commit 06c8f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
SELECTED_PM: 'pnpm'
NX_E2E_RUN_E2E: 'true'
NPM_CONFIG_PREFIX: '/home/workflows/.npm-global'
NX_CLOUD_ACCESS_TOKEN: '{{secrets.NX_CLOUD_ACCESS_TOKEN}}'
steps:
- name: Git Clone
script: |
Expand Down

0 comments on commit 06c8f35

Please sign in to comment.