Skip to content

Commit

Permalink
build(nx): read only tokens visible and write tokens from secrets (#2103
Browse files Browse the repository at this point in the history
)
  • Loading branch information
owilliams320 authored Feb 22, 2024
1 parent 1249415 commit ff89cb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [main, beta]

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"cache": true
}
},
"nxCloudAccessToken": "NDIyNTBmNmItZGQyMy00ODRhLWE5NWItZWVjMTFlN2Y0NzhifHJlYWQtd3JpdGU="
"nxCloudAccessToken": "ZGI4NjZjMTUtZjViMS00NDNmLTgyMTktNTIyMWViNWJhNDNjfHJlYWQ="
}

0 comments on commit ff89cb9

Please sign in to comment.