Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AthulyaWeerakoon authored Jul 5, 2024
1 parent 3b161a9 commit d03b6f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
PFX_CERTIFICATE_BASE64: ${{ secrets.HIVESPHERE_CERTIFICATE }}
PFX_CERTIFICATE_PASSWORD: ${{ secrets.HIVESPHERE_CERTIFICATE_PASSWORD }}
run: |
mkdir /cert
echo "$PFX_CERTIFICATE_BASE64" | base64 --decode > /cert/certificate.pfx
echo "$PFX_CERTIFICATE_PASSWORD" > /cert/certificate_password.txt
- name: Build Docker Image
Expand Down

0 comments on commit d03b6f4

Please sign in to comment.