Skip to content

Commit

Permalink
Change location of GH secret key line
Browse files Browse the repository at this point in the history
  • Loading branch information
sebpardo committed Jan 21, 2024
1 parent bdabcb9 commit d2e9d90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
MAPPED_EBIRD_KEY: ${{ secrets.EBIRD_KEY }}

steps:
- uses: actions/checkout@v3
Expand All @@ -48,8 +49,6 @@ jobs:
run: |
echo "EBIRD_KEY=::add-mask::$MAPPED_EBIRD_KEY" >> ~/.Renviron
shell: bash
env:
MAPPED_EBIRD_KEY: ${{ secrets.EBIRD_KEY }}

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit d2e9d90

Please sign in to comment.