diff --git a/data/reusables/actions/github-token-available-permissions.md b/data/reusables/actions/github-token-available-permissions.md index 94cea05a10b3..376189febd5f 100644 --- a/data/reusables/actions/github-token-available-permissions.md +++ b/data/reusables/actions/github-token-available-permissions.md @@ -17,6 +17,7 @@ permissions: repository-projects: read|write|none{% endif %} security-events: read|write|none statuses: read|write|none + workflows: write|none ``` If you specify the access for any of these permissions, all of those that are not specified are set to `none`.