You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you enable GitHub Actions, GitHub installs a GitHub App on your repository. The GITHUB_TOKEN secret is a GitHub App installation access token. You can use the installation access token to authenticate on behalf of the GitHub App installed on your repository. The token's permissions are limited to the repository that contains your workflow.
I'm not seeing the referenced GitHub App in my repo settings, which leads me to wonder if the usual process for setting up actions doesn't happen as it normally would when using the "awesome-stars as template" approach.
Should I have created the token manually? Is something weird going on in the repo generatiion process? Am I overlooking something obvious?
The text was updated successfully, but these errors were encountered:
montchr
changed the title
github api request failure in repo generated from awesome-stars as template
template: github api request failure in repo generated from awesome-stars
Dec 5, 2022
I followed the instructions to "Use awesome-stars as template" but the
update repo category by language
step in the workflow run resulted in an error:From Automatic token authentication - GitHub Docs:
I'm not seeing the referenced GitHub App in my repo settings, which leads me to wonder if the usual process for setting up actions doesn't happen as it normally would when using the "awesome-stars as template" approach.
Should I have created the token manually? Is something weird going on in the repo generatiion process? Am I overlooking something obvious?
Related to #99, which is caused by this issue.
The text was updated successfully, but these errors were encountered: