hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit a6d545854a670356e93cd48e55de6e81233d68cb
parent e5f21731696bd4a9a396936b18d9ae72291b01b1
Author: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
Date:   Tue,  3 May 2022 03:23:47 -0400

github: Add permissions to test action


Diffstat:
M.github/workflows/test.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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: