Skip to content

Commit

Permalink
use env in rhub.yaml instead of forked repos
Browse files Browse the repository at this point in the history
  • Loading branch information
datapumpernickel authored May 23, 2024
1 parent 16fa195 commit 0364d64
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- uses: datapumpernickel/actions_rhub/run-check@v1
- uses: r-hub/actions/run-check@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}

env:
_R_CHECK_THINGS_IN_OTHER_DIRS_: true
other-platforms:
needs: setup
if: ${{ needs.setup.outputs.platforms != '[]' }}
Expand All @@ -89,7 +90,9 @@ jobs:
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
- uses: datapumpernickel/actions_rhub/run-check@v1
- uses: r-hub/actions/run-check@v1
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
env:
_R_CHECK_THINGS_IN_OTHER_DIRS_: true

0 comments on commit 0364d64

Please sign in to comment.