diff options
author | nathannaveen <[email protected]> | 2022-05-03 03:23:47 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-03 09:23:47 +0200 |
commit | a6d545854a670356e93cd48e55de6e81233d68cb (patch) | |
tree | ba576078b951000c9009de54de89c5807c993d4f | |
parent | e5f21731696bd4a9a396936b18d9ae72291b01b1 (diff) | |
download | hugo-a6d545854a670356e93cd48e55de6e81233d68cb.tar.gz hugo-a6d545854a670356e93cd48e55de6e81233d68cb.zip |
github: Add permissions to test action
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4fea0bd10..700c68882 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,7 @@ on: [push, pull_request] name: Test +permissions: + contents: read jobs: test: env: |