diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 6922de125..e8e957e1e 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -31,8 +31,10 @@ jobs: uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main rhub: name: R-hub 🌐 - uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main + uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@gh-access-token-for-rhub-workflow with: lookup-refs: | insightsengineering/teal.data insightsengineering/teal.logger + secrets: + REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}