We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f391560 commit 50a3ab6Copy full SHA for 50a3ab6
.github/workflows/ci.yml
@@ -15,8 +15,8 @@ concurrency:
15
16
env:
17
PRIMARY_NODE_VERSION: 20
18
- # Only set the read-write token if we are on the main branch
19
- NX_CLOUD_ACCESS_TOKEN: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') && secrets.NX_CLOUD_ACCESS_TOKEN || '' }}
+ # Value will be controlled via main environment secret, will be read-write for main branch, read-only for other branches
+ NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
20
# This increases the verbosity of the logs for everything, including Nx Cloud, but will hopefully surface more info about recent lint failures
21
NX_VERBOSE_LOGGING: false
22
0 commit comments