Update unittest.yml

update permissions on workflow
This commit is contained in:
WantClue 2025-03-18 17:47:35 +01:00 committed by GitHub
parent 9d8198a4bb
commit 347431852a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,11 @@
name: Unit Test
on: [push, pull_request]
permissions:
checks: write
pull-requests: write
contents: read
jobs:
build:
runs-on: ubuntu-latest