From 35171ff7bbd15a0da9eaaa55bf8c38156f76f2ad Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Thu, 25 Apr 2024 15:16:05 +0100 Subject: [PATCH] Add permissions --- .github/workflows/check-links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index c75398a..1a37205 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -3,6 +3,8 @@ name: Check links on: [push, pull_request] +permissions: read-all + jobs: markdown-link-check: name: Check links using markdown-link-check