You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ inputs:
31
31
description: "The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts. Can be set to 'read' or 'write'."
32
32
permission-administration:
33
33
description: "The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation. Can be set to 'read' or 'write'."
34
+
permission-artifact-metadata:
35
+
description: "The level of permission to grant the access token to create and retrieve build artifact metadata records. Can be set to 'read' or 'write'."
36
+
permission-attestations:
37
+
description: "The level of permission to create and retrieve the access token for repository attestations. Can be set to 'read' or 'write'."
34
38
permission-checks:
35
39
description: "The level of permission to grant the access token for checks on code. Can be set to 'read' or 'write'."
36
40
permission-codespaces:
@@ -43,6 +47,8 @@ inputs:
43
47
description: "The level of permission to grant the access token to manage Dependabot secrets. Can be set to 'read' or 'write'."
44
48
permission-deployments:
45
49
description: "The level of permission to grant the access token for deployments and deployment statuses. Can be set to 'read' or 'write'."
50
+
permission-discussions:
51
+
description: "The level of permission to grant the access token for discussions and related comments and labels. Can be set to 'read' or 'write'."
46
52
permission-email-addresses:
47
53
description: "The level of permission to grant the access token to manage the email addresses belonging to a user. Can be set to 'read' or 'write'."
description: "The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones. Can be set to 'read' or 'write'."
62
68
permission-members:
63
69
description: "The level of permission to grant the access token for organization teams and members. Can be set to 'read' or 'write'."
70
+
permission-merge-queues:
71
+
description: "The level of permission to grant the access token to manage the merge queues for a repository. Can be set to 'read' or 'write'."
64
72
permission-metadata:
65
73
description: "The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata. Can be set to 'read' or 'write'."
0 commit comments