Skip to content

Commit

Permalink
GH Actions: add more environment secrets to workflow job env
Browse files Browse the repository at this point in the history
  • Loading branch information
florianm committed Mar 5, 2024
1 parent 35239b6 commit ad7387e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
RU_RETRIES: ${{ secrets.RU_RETRIES }}
ODKC_TEST_UN: ${{ secrets.ODKC_TEST_UN }}
ODKC_TEST_PW: ${{ secrets.ODKC_TEST_PW }}
ODKC_URL: ${{ secrets.ODKC_URL }}
ODKC_UN: ${{ secrets.ODKC_UN }}
ODKC_PW: ${{ secrets.ODKC_PW }}
ODKC_PP: ${{ secrets.ODKC_PP }}
ODKC_VERSION: ${{ secrets.ODKC_VERSION }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ad7387e

Please sign in to comment.