1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Use nx cloud write token

This commit is contained in:
Adria Navarro 2023-10-11 11:38:47 +02:00
parent e5de8a24b2
commit 31203c52c5

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: