From 894f6dc011c2dd464eb879a6127aece29248ada8 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Fri, 18 Aug 2023 14:06:49 +0200 Subject: [PATCH] Use token in spelling workflow --- .github/workflows/check.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index f2c9ddb4..b801ff72 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -50,6 +50,8 @@ jobs: spelling: name: Spell Check 🆎 uses: insightsengineering/r.pkg.template/.github/workflows/spelling.yaml@main + secrets: + REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} links: if: github.event_name != 'push' name: Check URLs 🌐