Skip to content

Commit

Permalink
Use read-only access token for nx cloud (#124)
Browse files Browse the repository at this point in the history
* Use read-only access token for nx cloud

* Pass env access token to workflow on publish
  • Loading branch information
besated authored Feb 1, 2024
1 parent 80bb0be commit a36f184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["lint", "test", "e2e"],
"accessToken": "ZGQ0Y2Y2YTItNGZlOC00YTYyLTg4NjUtZTU5YWI1ZjNhNWYxfHJlYWQtd3JpdGU="
"accessToken": "ZDFlYTBlNTItNmYyMS00Yjc3LWJhNzEtYThhMGJmZjM5ZTdifHJlYWQ="
}
}
},
Expand Down

0 comments on commit a36f184

Please sign in to comment.