Update all articles where GITHUB_TOKEN should appear as GH_TOKEN (#30770)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
||||
steps:
|
||||
- run: gh pr comment $PR_URL --body "Welcome to the repository!"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||
```
|
||||
|
||||
@@ -117,6 +117,6 @@ jobs:
|
||||
steps:
|
||||
- run: gh pr comment $PR_URL --body "Welcome to the repository!"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user