From 1c0348534b08f11f4dab64e4e051251d3c1ddc78 Mon Sep 17 00:00:00 2001 From: Riadh Laabidi Date: Wed, 19 Oct 2022 14:37:51 +0000 Subject: [PATCH] Add workflow_dispatch event with write permissions --- content/rest/overview/permissions-required-for-github-apps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/rest/overview/permissions-required-for-github-apps.md b/content/rest/overview/permissions-required-for-github-apps.md index 67ed185aab..74a8b4d46f 100644 --- a/content/rest/overview/permissions-required-for-github-apps.md +++ b/content/rest/overview/permissions-required-for-github-apps.md @@ -140,6 +140,7 @@ If you set the metadata permission to **No access** and select a permission that - [`GET /repos/:owner/:repo/actions/workflows`](/rest/reference/actions#list-repository-workflows) (read) - [`GET /repos/:owner/:repo/actions/workflows/:workflow_id`](/rest/reference/actions#get-a-workflow) (read) - [`GET /repos/:owner/:repo/actions/workflows/:workflow_id/runs`](/rest/reference/actions#list-workflow-runs) (read) +- [`POST /repos/:owner/:repo/actions/workflows/:workflow_id/dispatches`](/rest/reference/actions#create-a-workflow-dispatch-event) (write) {% endif %} ## Administration