Skip to content

Commit

Permalink
chore: fix ci token (#6503)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Feb 20, 2023
1 parent cb272f0 commit 9b06e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ on:
env:
PRIMARY_NODE_VERSION: 18
# Only set the read-write token if we are on the main branch
NX_CLOUD_ACCESS_TOKEN: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && secrets.NX_CLOUD_ACCESS_TOKEN }}
NX_CLOUD_ACCESS_TOKEN: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') && secrets.NX_CLOUD_ACCESS_TOKEN || '' }}

defaults:
run:
Expand Down

0 comments on commit 9b06e1a

Please sign in to comment.