forked from Snider/Poindexter
Fix GitHub Actions permissions for test workflow
Co-authored-by: Snider <631881+Snider@users.noreply.github.com>
This commit is contained in:
parent
195924fb9e
commit
94aeaf4730
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -8,6 +8,9 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue