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 name: Run Tests
on: on:
push: push:
branches: branches:
- main - main
pull_request: pull_request:
permissions:
contents: read
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest