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

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