actions-default-workflow-permissions

The default workflow permissions granted to the GITHUB_TOKEN when running workflows.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-actions-default-workflow-permissions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/actions-default-workflow-permissions",
  "title": "actions-default-workflow-permissions",
  "type": "string",
  "description": "The default workflow permissions granted to the GITHUB_TOKEN when running workflows.",
  "enum": [
    "read",
    "write"
  ]
}