angular/aio/scripts/update-cli-help
Paul Gschwendtner d4a56721a4 ci: use readonly github token for querying CLI snapshot repo (#48681)
Currently the Github action-triggered code uses the `GITHUB_TOKEN`
for querying the CLI snapshot builds repository. This does not work
because the Github actions token is scoped to the orginating
repository, even for queries to a read public repository.

We fix this by using a personal access token. The token is
readonly and only exists to avoid potential rate limiting.

PR Close #48681
2023-01-10 11:13:34 -08:00
..
index.mjs ci: use readonly github token for querying CLI snapshot repo (#48681) 2023-01-10 11:13:34 -08:00
README.md ci: add Angular CLI help pages action (#48577) 2023-01-10 08:01:38 -08:00

Generating data for angular.io/cli

This script updates the Angular CLI help JSON files stored in aio/content/cli/help. This files are used to generate the angular.io CLI pages.