We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e469a04 + bc38533 commit 6280c12Copy full SHA for 6280c12
.github/workflows/publish.yml
@@ -23,7 +23,12 @@ jobs:
23
- name: Trust repo
24
run: |
25
git config --global --add safe.directory /__w/acdc-db-handbook/acdc-db-handbook
26
-
+
27
+ - name: Decrypt repository using symmetric key
28
+ run: |
29
+ 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
30
+ rm git_crypt_key.key git_crypt_key.key64
31
32
- name: Set up Quarto
33
uses: quarto-dev/quarto-actions/setup@v2
34
with:
0 commit comments