Skip to content

Commit

Permalink
Update testing-access.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
komish authored Apr 15, 2024
1 parent 34ba917 commit 603114e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/testing-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ jobs:
echo -en "${{ secrets.DEMO_CERT }}" >> combined-3.pem
md5sum *.pem
openssl verify *.pem
- name: demo cert 2 to file
run: |
echo "${{ secrets.DEMO_CERT_2 }}" >> combined.crt
echo -e "${{ secrets.DEMO_CERT_2 }}" >> combined-2.crt
echo -en "${{ secrets.DEMO_CERT_2 }}" >> combined-3.crt
md5sum *

0 comments on commit 603114e

Please sign in to comment.