Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Jul 3, 2024
1 parent 954a6db commit 503e01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo $CA_FILE_BASE64_AA > CA_FILE_BASE64
echo $CA_FILE_BASE64_AB >> CA_FILE_BASE64
base64 --decode CA_FILE_BASE64 > certificates/dod_CAs.pem
base64 --decode CERTIFICATE_KEY_FILE_BASE64 > certificates/mongodb.pem
base64 --decode $CERTIFICATE_KEY_FILE_BASE64 > certificates/mongodb.pem
- name: Run Packer
run: |
Expand Down

0 comments on commit 503e01b

Please sign in to comment.