Add read permission limit on link workflow

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2024-07-15 07:05:34 -07:00
parent ac0f34f0ec
commit edd84f4a65
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -8,6 +8,9 @@ on:
paths:
- ".github/workflows/links.yml"
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest