Skip to content

Commit ff13c94

Browse files
authored
Fix workflow_dispatch permissions statement (#2179)
1 parent 9896460 commit ff13c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/managing-workflow-runs/manually-running-a-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To run a workflow manually, the workflow must be configured to run on the `workf
1818

1919
To trigger the `workflow_dispatch` event on {% data variables.product.prodname_dotcom %}, your workflow must be in the default branch. Follow these steps to manually trigger a workflow run.
2020

21-
{% data reusables.repositories.permissions-statement-read %}
21+
{% data reusables.repositories.permissions-statement-write %}
2222

2323
{% data reusables.repositories.navigate-to-repo %}
2424
{% data reusables.repositories.actions-tab %}

0 commit comments

Comments
 (0)