Skip to content

Commit 737abee

Browse files
committed
Update permissions for github token
1 parent 5ffb9f1 commit 737abee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/commit-status/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Commit Status
22
description: Creates a commit status for a given commit SHA
33

4+
permissions:
5+
contents: read
6+
statuses: write
7+
48
inputs:
59
state:
610
description: The state of the commit status (e.g., success, failure, error)

0 commit comments

Comments
 (0)