Skip to content

Commit ec3da07

Browse files
chore: Attempt to enable Nx cloud caching
1 parent aec4d3c commit ec3da07

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Diff for: .github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
1414
cancel-in-progress: true
1515

16+
env:
17+
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
18+
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
19+
1620
jobs:
1721
test-and-publish:
1822
name: Test & Publish

Diff for: .github/workflows/pr.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
1212
cancel-in-progress: true
1313

14+
env:
15+
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
16+
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
17+
1418
jobs:
1519
test:
1620
name: 'Test'

Diff for: project.json

-5
This file was deleted.

0 commit comments

Comments
 (0)