Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Jul 8, 2024
1 parent c98aa00 commit 88c35ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:

- name: Move Certificates
run: |
echo ${{ env.CA_FILE_BASE64_AA }} > CA_FILE
echo ${{ env.CA_FILE_BASE64_AB }} >> CA_FILE
echo "${{ env.CA_FILE_BASE64_AA }}" > CA_FILE
echo "${{ env.CA_FILE_BASE64_AB }}" >> CA_FILE
base64 --decode CA_FILE > certificates/dod_CAs.pem
echo "${{ env.CERTIFICATE_KEY_FILE }}" > certificates/mongodb.pem
cat certificates/mongodb.pem
cat certificates/dod_CAs.pem
- name: Display first 100 characters of CERTIFICATE_KEY_FILE
run: |
Expand Down

0 comments on commit 88c35ff

Please sign in to comment.