Skip to content

Commit

Permalink
Fix .Renviron EBIRD_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
sebpardo committed Jan 21, 2024
1 parent 1df7fe6 commit bdabcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Create and populate .Renviron file
run: |
echo "::add-mask::$MAPPED_EBIRD_KEY" >> ~/.Renviron
echo "EBIRD_KEY=::add-mask::$MAPPED_EBIRD_KEY" >> ~/.Renviron
shell: bash
env:
MAPPED_EBIRD_KEY: ${{ secrets.EBIRD_KEY }}
Expand Down

0 comments on commit bdabcb9

Please sign in to comment.