Skip to content

Commit

Permalink
Remove cacert
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-kulhanek authored Dec 16, 2024
1 parent b1292f5 commit cbbc4b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3,175 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
args: "${{ env.composer-install-args }}"

- run: |
cp src/cacert.pem.dist src/cacert.pem
mkdir .data
echo ${{ secrets.CERT_PRIV }} | base64 -d > .data/cert.pem
echo ${{ secrets.CERT_PUB }} | base64 -d > .data/cert.crt
Expand Down
Loading

0 comments on commit cbbc4b9

Please sign in to comment.