generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 312
Open
Description
I'd like to limit not by actor, but by a set of actors. Superficially it seems like it's possible;
const keys = await octokit.users.listPublicKeysForUser({
username: actor
})
assuming this will work with any actor, not just the one that initiated the action?
If you're up for it, I can send a PR.
Metadata
Metadata
Assignees
Labels
No labels