mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
github: Add permissions to test action
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -1,5 +1,7 @@
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
name: Test
|
name: Test
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user