UpdateScopeRequest:
    | { ghActionsVerifyActor: boolean }
    | { requirePublishingFromCI: boolean }

Type declaration

  • { ghActionsVerifyActor: boolean }
    • ghActionsVerifyActor: boolean

      Whether to verify the actor of a GitHub Actions run when authenticating publishing with a GitHub Actions OIDC token.

  • { requirePublishingFromCI: boolean }
    • requirePublishingFromCI: boolean

      Whether to require publishing from a CI environment. This disables publishing from a local environment.