Type Alias UpdateScopeRequest
UpdateScopeRequest:
| { ghActionsVerifyActor: boolean }
| { requirePublishingFromCI: boolean }
Type declaration
- { ghActionsVerifyActor: boolean }
ghActionsVerifyActor: boolean
- { requirePublishingFromCI: boolean }
requirePublishingFromCI: boolean
Whether to verify the actor of a GitHub Actions run when authenticating publishing with a GitHub Actions OIDC token.