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 79e3aa3 commit eb66f9d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
HEIMDALL_API_KEY: ${{ secrets.SAF_HEIMDALL_UPLOAD_KEY }}
CA_FILE_BASE64_AA: ${{ secrets.CA_FILE_BASE64_AA }}
CA_FILE_BASE64_AB: ${{ secrets.CA_FILE_BASE64_AB }}
CERT_KEY_FILE_BASE64: ${{secrets.CERTIFICATE_KEY_FILE_BASE64}}
CERTIFICATE_KEY_FILE_BASE64: ${{ secrets.CERTIFICATE_KEY_FILE_BASE64 }}

steps:
- name: Add Dependencies
Expand All @@ -39,9 +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
cat certificates/dod_CAs.pem
base64 --decode CERT_KEY_FILE_BASE64 > certificates/mongodb.pem
cat certificates/mongodb.pem
base64 --decode CERTIFICATE_KEY_FILE_BASE64 > certificates/mongodb.pem
- name: Run Packer
run: |
Expand Down

0 comments on commit eb66f9d

Please sign in to comment.