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:
@@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
- name: Use the token
|
||||
env:
|
||||
GITHUB_TOKEN: {% raw %}${{ steps.generate_token.outputs.token }}{% endraw %}
|
||||
GH_TOKEN: {% raw %}${{ steps.generate_token.outputs.token }}{% endraw %}
|
||||
run: |
|
||||
gh api octocat
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user