Skip to content

Commit

Permalink
add readRenviron step
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Nov 30, 2024
1 parent bc38533 commit ebc292f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
echo $GIT_CRYPT_KEY64 > git_crypt_key.key64 && base64 -di git_crypt_key.key64 > git_crypt_key.key && git-crypt unlock git_crypt_key.key
rm git_crypt_key.key git_crypt_key.key64
- name: Load environment variables
run: |
readRenviron(".env")
shell: Rscript {0}

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
Expand Down

0 comments on commit ebc292f

Please sign in to comment.