Merge ebc1037061
into fd47087372
This commit is contained in:
commit
edacf37424
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: my-org/my-private-tools
|
||||
token: ${{ secrets.GitHub_PAT }} # `GitHub_PAT` is a secret that contains your PAT
|
||||
token: ${{ secrets.MY_GITHUB_PAT }} # `MY_GITHUB_PAT` is a secret you create that contains your PAT
|
||||
path: my-tools
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue