Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/types.ts>Permissions

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface Permissions
import { type Permissions } from "https://deno.land/x/actionify@0.3.0/src/types.ts";

Properties

optional
actions: Permission | undefined
optional
checks: Permission | undefined
optional
contents: Permission | undefined
optional
deployments: Permission | undefined
optional
idToken: Permission | undefined
optional
issues: Permission | undefined
optional
discussions: Permission | undefined
optional
packages: Permission | undefined
optional
pages: Permission | undefined
optional
pullRequests: Permission | undefined
optional
repositoryProjects: Permission | undefined
optional
securityEvents: Permission | undefined
optional
statuses: Permission | undefined