-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathminimum_permissions_map.yml
More file actions
25 lines (25 loc) · 1.29 KB
/
minimum_permissions_map.yml
File metadata and controls
25 lines (25 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
:
- addsTo:
pack: github/actions-all
extensible: minimumPermissionsDataModel
data:
- ["actions/cache", "{}"]
- ["actions/setup-node", "contents:read"]
- ["actions/upload-artifact", "{}"]
- ["actions/setup-python", "contents:read"]
- ["actions/download-artifact", "{}"]
- ["actions/github-script", "It depends on what the script does"]
- ["actions/setup-java", "contents:read"]
- ["actions/setup-go", "contents:read"]
- ["actions/setup-dotnet", "contents:read"]
- ["actions/labeler", "contents:read, pull-requests:write"]
- ["actions/attest", "id-token:write, attestations:write"]
- ["actions/add-to-project", "repository-projects:read, repository-projects:write, issues:read, pull-requests:read"]
- ["actions/dependency-review-action", "contents:read"]
- ["actions/attest-sbom", "id-token:write, attestations:write"]
- ["actions/stale", "contents:write, issues:write, pull-requests:write"]
- ["actions/attest-build-provenance", "id-token:write, attestations:write"]
- ["actions/jekyll-build-pages", "contents:read, pages:write, id-token:write"]
- ["actions/publish-action", "contents:write"]
- ["actions/version-package-tools", "contents:read, actions:read"]
- ["actions/reusable-workflows", "contents:read, actions:read"]