grant additional permissions to the tests workflow

This commit is contained in:
Geoff Seemueller
2025-01-10 10:36:42 -05:00
parent 47ad9b538d
commit 4e8bf7184f

View File

@@ -1,5 +1,10 @@
name: Tests name: Tests
permissions:
pull-requests: write
statuses: write
checks: write
contents: read
actions: read
on: on:
push: push:
branches: [main] branches: [main]
@@ -11,6 +16,8 @@ on:
jobs: jobs:
tests: tests:
permissions:
contents: read
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4