Skip to content

Commit fdde80f

Browse files
authored
disable NX Cloud (#448)
- temporarily disabled while NX Cloud credits are exhausted
1 parent 05decf0 commit fdde80f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/test-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ on:
1616
required: false
1717
default: false
1818

19-
env:
20-
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
19+
# env:
20+
# Temporarily disabled while Nx Cloud credits are exhausted. IJH: 2026 Feb 16
21+
# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
2122

2223
# Needed for nx-set-shas when run on the main branch
2324
permissions:

nx.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
33
"defaultBase": "main",
4-
"nxCloudId": "66a2e268e3adf95b524754c9",
5-
"nxCloudAccessToken": "Mzk3MDg0NjAtMGMwMy00NWUxLTliMTQtN2Y0YTYxMjc3Njc1fHJlYWQ=",
4+
"_comment": "Temporarily disabled while Nx Cloud credits are exhausted. IJH: 2026 Feb 16",
5+
"_nxCloudId": "66a2e268e3adf95b524754c9",
6+
"_nxCloudAccessToken": "Mzk3MDg0NjAtMGMwMy00NWUxLTliMTQtN2Y0YTYxMjc3Njc1fHJlYWQ=",
67
"namedInputs": {
78
"default": ["{projectRoot}/**/*", "sharedGlobals"],
89
"production": [

0 commit comments

Comments
 (0)