Skip to content

Commit 63b85ff

Browse files
fix(ci): add checks:write permission for unity test runner
The game-ci/unity-test-runner action needs checks:write permission to create check runs via the checkName parameter. Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net> Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8ddfffa commit 63b85ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unity-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525

2626
permissions:
2727
contents: read
28+
checks: write
2829

2930
jobs:
3031
test:

0 commit comments

Comments
 (0)