diff options
author | Jack Lloyd <[email protected]> | 2021-04-25 13:04:17 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2021-04-25 13:04:17 -0400 |
commit | 4e46fee12fa4f165f0b05e0e24edb1d31c3a4895 (patch) | |
tree | d3bcba51adf5ca7379794b75f9012dd990d76ad2 | |
parent | 5251aa6694f65ccf92f0ddf169a3e37f219947ad (diff) | |
parent | 734ec9a4eca477eba397fd49a4b9b88a2a8a5a2e (diff) |
Merge GH #2727 Tighten GH Actions scope
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ba3b10e9..198ed5722 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,10 @@ name: ci +permissions: + contents: read + # implicitly all other scopes not listed become none + on: push: branches: [ master ] |