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 🌐