Skip to content

Commit cef8d6a

Browse files
authored
Set environment variables in rhub workflow
Add environment variables for GitHub and ENTSOE tokens
1 parent 9615b20 commit cef8d6a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/rhub.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
containers: ${{ steps.rhub-setup.outputs.containers }}
3232
platforms: ${{ steps.rhub-setup.outputs.platforms }}
3333

34+
env:
35+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
36+
ENTSOE_PAT: ${{ secrets.ENTSOE_PAT }}
37+
R_KEEP_PKG_SOURCE: yes
38+
3439
steps:
3540
# NO NEED TO CHECKOUT HERE
3641
- uses: r-hub/actions/setup@v1

0 commit comments

Comments
 (0)