mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-21 22:54:45 +00:00
Set permissions for build workflow
This commit is contained in:
parent
a61ffac5d3
commit
7a09ab4bb4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -1,5 +1,7 @@
|
|||
# NB: this name is used in the status badge, where we want to see "build: passing"
|
||||
name: build
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Reference in a new issue