Skip to content

Commit 200475e

Browse files
committed
chore: use read-write token only in CI
1 parent f5d4706 commit 200475e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
env:
99
node_version: 20
10+
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_READ_WRITE_TOKEN }}
1011

1112
jobs:
1213
main-linux:

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@
131131
],
132132
"defaultBase": "master",
133133
"nxCloudUrl": "https://staging.nx.app",
134-
"nxCloudAccessToken": "ZjcwZWVlN2EtMTc1OS00NDRiLWEyMzAtODc5ZTQ0YTQ5ZTAxfHJlYWQtd3JpdGU="
134+
"nxCloudAccessToken": "OTZmMzE2NDEtMmYzNC00MjhiLWI2M2QtMjgzMTQ4ZjgxZGNlfHJlYWQ="
135135
}

0 commit comments

Comments
 (0)