From dd76b915b3e73312558bee86d5ce983742669d4e Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Fri, 18 Aug 2023 14:05:07 +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 25712e33..ec5a5e07 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -53,6 +53,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 🌐