Skip to content

Commit 07d71fb

Browse files
authoredDec 31, 2023
chore: Attempt to enable Nx cloud caching (#5244)
1 parent aec4d3c commit 07d71fb

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed
 

‎.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

‎.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'

‎project.json

-5
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.