{ "$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" ] }