Skip to content

Commit b687349

Browse files
committed
chore: reenable nx for affected project detection
1 parent e22fc12 commit b687349

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
- name: Install Dependencies
3838
run: yarn install --immutable
3939

40+
- name: Capture SHA in NX Cloud
41+
uses: nrwl/nx-set-shas@v4
42+
env:
43+
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
44+
4045
- name: Track main branch
4146
run: git branch --track main origin/main
4247
if: ${{ github.event_name == 'pull_request' }}

nx.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@
2727
"dependsOn": ["^build"],
2828
"inputs": ["production", "^production"]
2929
}
30-
}
30+
},
31+
"nxCloudAccessToken": "YTRjZDAxOTYtOTI0Mi00ODFkLWFmM2ItYjM3NjBiMmRlZjVifHJlYWQ=",
32+
"neverConnectToCloud": true
3133
}

0 commit comments

Comments
 (0)