Skip to content

Commit

Permalink
feat: adjust cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdramadhanarvin committed Sep 12, 2024
1 parent 6168933 commit ae0d4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
coverage: none

- name: Decrypt large secret
run: ./decrypt_secret.sh
run: cp .env.example .env && ./decrypt_secret.sh
env:
LARGE_SECRET_PASSPHRASE: ${{ secrets.CRENDENTIALS_PASSPHRASE }}

Expand Down

0 comments on commit ae0d4ba

Please sign in to comment.