Skip to content

Commit f18a040

Browse files
authored
check perm (#291)
1 parent 0e299a7 commit f18a040

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/gate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313

1414
runs-on: windows-latest
1515

16+
permissions:
17+
checks: write
18+
1619
steps:
1720
- uses: actions/checkout@v3
1821
- name: Setup .NET Core
@@ -51,6 +54,9 @@ jobs:
5154

5255
runs-on: macos-latest
5356

57+
permissions:
58+
checks: write
59+
5460
steps:
5561
- uses: actions/checkout@v3
5662
- name: Setup .NET Core

0 commit comments

Comments
 (0)