Restrict test workflow permissions to reading contents only

This commit is contained in:
James M. Greene
2023-02-22 11:51:01 -06:00
committed by GitHub
parent f215e05bdc
commit d6aec1031d

View File

@@ -1,10 +1,14 @@
name: Run Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest