Skip to content

Commit

Permalink
Add workflow_dispatch event with write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
riadhlaabidi committed Oct 19, 2022
1 parent 4db4a2a commit 1c03485
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c03485

Please sign in to comment.