Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use token to commit docs to re-trigger CLA (#685)
# Motivation When docs changes are needed and committed onto a branch, this doesn't retrigger CLA, making the PR stuck until another commit is added. If we use a personal access token to checkout the code, then the CLA will be retriggered and the PR doesn't get stuck. # Changes 1. Use the personal access token in the docs workflow if possible. 2. If the token can't be used but docs changes are required, fail the job. # Tests I deliberately broke the docs on the first commit. The docs were updated and CLA retriggered. # Todos - [ ] Add entry to changelog (if necessary). Not necessary --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information