Skip to content

Commit 3585af8

Browse files
authored
Write permissions in workflow file (#10)
1 parent 56f7387 commit 3585af8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ env:
2323
jobs:
2424
test:
2525
name: Test in ${{ matrix.testMode }} on ${{ matrix.unityVersion }}${{ matrix.vpmPackages[0] != null && ' with VPM packages ' || '' }}${{ join(matrix.vpmPackages, ', ') }}
26+
permissions:
27+
checks: write
2628
runs-on: ubuntu-latest
2729
strategy:
2830
fail-fast: false

0 commit comments

Comments
 (0)