-
-
Notifications
You must be signed in to change notification settings - Fork 387
Closed
Labels
bug 🐝This issue describes a bug.This issue describes a bug.
Description
Describe the solution you'd like
The action should use GITHUB_TOKEN
instead of a user-provided ACCESS_TOKEN
Additional Comments
It's much easier (it's already provided if you just enable a check) and safer for public repos, as the GITHUB_TOKEN
is scoped to the repo and not to all your repos like a personal access token.
https://developer.github.com/actions/managing-workflows/storing-secrets/#github-token-secret
ycjcl868, paambaati, dhimmel, davesnx, thescientist13 and 2 more
Metadata
Metadata
Assignees
Labels
bug 🐝This issue describes a bug.This issue describes a bug.