mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
secret names can't start with GITHUB_
This commit is contained in:
parent
b72effb596
commit
a4576eb810
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ To get a higher rate limit, you can [generate a personal access token on github.
|
|||
```yml
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_DOTCOM_TOKEN }}
|
||||
token: ${{ secrets.GH_DOTCOM_TOKEN }}
|
||||
python-version: 3.11
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue