1
0
mirror of synced 2025-12-21 10:57:10 -05:00

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:
Mark Maxwell
2024-01-02 02:38:41 -06:00
committed by GitHub
parent a5bde76a8a
commit bb17f61c51
10 changed files with 26 additions and 26 deletions

View File

@@ -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 }}
```