From 3bc4e150663eb651d98a33d1ecf8216e0d24fdf2 Mon Sep 17 00:00:00 2001 From: Ernestas Kluonis Date: Wed, 11 Sep 2024 23:29:29 +0300 Subject: [PATCH] Attempt to fix daily link check not creating an issue --- .github/workflows/check-links-daily.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-links-daily.yaml b/.github/workflows/check-links-daily.yaml index d11b436..481d264 100644 --- a/.github/workflows/check-links-daily.yaml +++ b/.github/workflows/check-links-daily.yaml @@ -6,6 +6,9 @@ on: schedule: - cron: "0 18 * * *" +permissions: + issues: write + jobs: linkChecker: runs-on: ubuntu-latest