Skip to content

Commit 52476d6

Browse files
committed
fix: correct GitHub Actions permissions configuration
1 parent ba9518e commit 52476d6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/reusable-unity-cs-linter-dispatch.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ on:
4141

4242
permissions:
4343
checks: write
44-
statuses: write
4544

4645
jobs:
4746
branch-conf:

.github/workflows/test-unity-cs-linter-dispatch.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ on:
2323
default: ''
2424

2525
permissions:
26-
contents: write
27-
actions: read
28-
checks: write
26+
statuses: write
2927

3028
jobs:
3129
unity-cs-linter:

0 commit comments

Comments
 (0)