Skip to content

Commit e219a22

Browse files
authored
Add workflows permission options for GitHub token
1 parent 575894c commit e219a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/reusables/actions/github-token-available-permissions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717
repository-projects: read|write|none{% endif %}
1818
security-events: read|write|none
1919
statuses: read|write|none
20+
workflows: write|none
2021
```
2122
2223
If you specify the access for any of these permissions, all of those that are not specified are set to `none`.

0 commit comments

Comments
 (0)