Integrate NX cloud (#643)

* feat: use nx-cloud

* fix: remove DTE

---------

Co-authored-by: orig <oriorigranot@gamil.com>
This commit is contained in:
orig
2023-12-26 22:38:27 +02:00
committed by GitHub
parent 038b714b9f
commit c11033c100
3 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,9 @@ on:
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
jobs: jobs:
main: main:
name: Continuous Integration (CI) name: Continuous Integration (CI)

View File

@ -10,6 +10,7 @@ env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
NX_AFFECTED: true NX_AFFECTED: true
NX_AFFECTED_BASE: origin/master NX_AFFECTED_BASE: origin/master
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
jobs: jobs:
affected-deployment: affected-deployment:

View File

@ -38,5 +38,5 @@
], ],
"sharedGlobals": [] "sharedGlobals": []
}, },
"nxCloudAccessToken": "YTYxNTgwZWUtYTFlMi00OTFkLTkwNzUtYWI5ZGQwZTc4MDdifHJlYWQtd3JpdGU=" "nxCloudAccessToken": "YjBiZGYzNjQtMTU1ZS00NjY2LWFhN2EtNzJiNmE5ZTEzYTVifHJlYWQ="
} }