Skip to content

Commit

Permalink
chore: add ORS_API_KEY env variable to R-hub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aoles committed Oct 4, 2024
1 parent 2c31fec commit 8df0852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
matrix:
config: ${{ fromJson(needs.setup.outputs.platforms) }}

env:
ORS_API_KEY: ${{ secrets.ORS_API_KEY }}

steps:
- uses: r-hub/actions/checkout@v1
- uses: r-hub/actions/setup-r@v1
Expand Down

0 comments on commit 8df0852

Please sign in to comment.