From e33bff5bf04228460ba62506a999041ed9afc447 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Wed, 14 Aug 2024 10:51:32 +0200 Subject: [PATCH] chore: test gh access token in rhub workflow --- .github/workflows/scheduled.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}