Skip to content

Commit

Permalink
Merge pull request #25 from ecohealthalliance/dev
Browse files Browse the repository at this point in the history
add decrypt step
  • Loading branch information
ernestguevarra authored Nov 30, 2024
2 parents e469a04 + bc38533 commit 6280c12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
- name: Trust repo
run: |
git config --global --add safe.directory /__w/acdc-db-handbook/acdc-db-handbook
- name: Decrypt repository using symmetric key
run: |
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: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
Expand Down

0 comments on commit 6280c12

Please sign in to comment.