Skip to content

Commit

Permalink
Integrate NX cloud (#643)
Browse files Browse the repository at this point in the history
* feat: use nx-cloud

* fix: remove DTE

---------

Co-authored-by: orig <[email protected]>
  • Loading branch information
origranot and orig authored Dec 26, 2023
1 parent 038b714 commit c11033c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
workflow_dispatch:

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
main:
name: Continuous Integration (CI)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
REGISTRY: ghcr.io
NX_AFFECTED: true
NX_AFFECTED_BASE: origin/master
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
affected-deployment:
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
],
"sharedGlobals": []
},
"nxCloudAccessToken": "YTYxNTgwZWUtYTFlMi00OTFkLTkwNzUtYWI5ZGQwZTc4MDdifHJlYWQtd3JpdGU="
"nxCloudAccessToken": "YjBiZGYzNjQtMTU1ZS00NjY2LWFhN2EtNzJiNmE5ZTEzYTVifHJlYWQ="
}

0 comments on commit c11033c

Please sign in to comment.