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 e22fc12 commit b687349Copy full SHA for b687349
.github/workflows/ci.yml
@@ -37,6 +37,11 @@ jobs:
37
- name: Install Dependencies
38
run: yarn install --immutable
39
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
+
45
- name: Track main branch
46
run: git branch --track main origin/main
47
if: ${{ github.event_name == 'pull_request' }}
nx.json
@@ -27,5 +27,7 @@
27
"dependsOn": ["^build"],
28
"inputs": ["production", "^production"]
29
}
30
- }
+ },
31
+ "nxCloudAccessToken": "YTRjZDAxOTYtOTI0Mi00ODFkLWFmM2ItYjM3NjBiMmRlZjVifHJlYWQ=",
32
+ "neverConnectToCloud": true
33
0 commit comments