Merge pull request #11990 from Budibase/chore/use-nx-readwrite

Use nx read-write token on CI
This commit is contained in:
Adria Navarro 2023-10-06 13:52:35 +02:00 committed by GitHub
commit 03e4f0a253
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ env:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
NX_BASE_BRANCH: origin/${{ github.base_ref }}
USE_NX_AFFECTED: ${{ github.event_name == 'pull_request' && github.base_ref != 'master'}}
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
jobs:
lint: