Add read permission limit on link workflow
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
ac0f34f0ec
commit
edd84f4a65
3
.github/workflows/links.yml
vendored
3
.github/workflows/links.yml
vendored
@ -8,6 +8,9 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- ".github/workflows/links.yml"
|
- ".github/workflows/links.yml"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user