GitHub Actions: Granular personal access token scopes for self-hosted runners in enterprises
Summary
Managing self-hosted runners within an enterprise no longer requires personal access tokens with the admin:enterprise scope. Tighten down the permissions on your token by using the manage_runners:enterprise scope instead. A…
Managing self-hosted runners within an enterprise no longer requires personal access tokens with the admin:enterprise
scope. Tighten down the permissions on your token by using the manage_runners:enterprise
scope instead. A token with this scope can be used to authenticate to use many endpoints to manage your enterprise's self-hosted runners.
Learn more about self-hosted runners for your Actions workflows.