We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3a7ce commit 230611dCopy full SHA for 230611d
README.md
@@ -185,7 +185,7 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
185
uses: actions/checkout@v2
186
with:
187
repository: my-org/my-private-tools
188
- token: ${{ secrets.GitHub_PAT }} # `GitHub_PAT` is a secret that contains your PAT
+ token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
189
path: my-tools
190
```
191
0 commit comments