grant additional permissions to the tests workflow
This commit is contained in:
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@@ -1,5 +1,10 @@
|
||||
name: Tests
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
statuses: write
|
||||
checks: write
|
||||
contents: read
|
||||
actions: read
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
@@ -11,6 +16,8 @@ on:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
permissions:
|
||||
contents: read
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user