secret names can't start with GITHUB_

This commit is contained in:
Brian Cristante 2022-06-10 19:50:36 -04:00
parent b72effb596
commit a4576eb810

View file

@ -369,7 +369,7 @@ To get a higher rate limit, you can [generate a personal access token on github.
```yml ```yml
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
token: ${{ secrets.GITHUB_DOTCOM_TOKEN }} token: ${{ secrets.GH_DOTCOM_TOKEN }}
python-version: 3.11 python-version: 3.11
``` ```