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
For a given repository, I could specify a default label that would be used for any new issues I create. Though it's a small overhead, it's just one of those "one more thing to click" that can become annoying. (posted on statckoverflow)
I've tried that answer, but it failed for me (said I didn't provide a github_token (though I see it in secrets).
I'll take one as an example.
For a given repository, I could specify a default label that would be used for any new issues I create. Though it's a small overhead, it's just one of those "one more thing to click" that can become annoying. (posted on statckoverflow)
I've tried that answer, but it failed for me (said I didn't provide a github_token (though I see it in secrets).
Note: Apparently, you can't use
GITHUB_TOKEN
as an environment name (see https://github.ghproxy.topmunity/t/all-github-actions-suddenly-failing-with-github-token-secret-does-not-exist/16108). I usedGH_TOKEN
My
.workflows/main.yml
is:The text was updated successfully, but these errors were encountered: