Skip to content

Commit

Permalink
Set environment variable from repository secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidASmith committed Sep 28, 2023
1 parent fe3e319 commit c30ea61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
WTW_API_KEY: ${{ secrets.WTW_API_KEY }}
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down

0 comments on commit c30ea61

Please sign in to comment.