docs,ci: take the api key from the environment in every doc example, … #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Internal references | |
| # This repository is public. A comment, a doc or a test fixture that names a | |
| # private path, a dev hostname or an internal ticket ships to everyone who | |
| # clones it, and stays in the history afterwards. Catch it before the merge. | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - run: scripts/check-internal-refs.sh |