Skip to content

Commit

Permalink
add .cws creds to advanced-test in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls committed Jan 9, 2024
1 parent 1a6d85e commit 1caf255
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/camunda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ jobs:
chmod +x generate-certs.sh
./generate-certs.sh
- name: Set up Keystore storepass
run: |
mkdir ~/.cws/
echo ${{ secrets.KEYSTORE_PASSWORD }} > ~/.cws/creds
chmod 700 ~/.cws/creds
- name: Download Logstash
uses: carlosperate/download-file-action@v1
with:
Expand Down

0 comments on commit 1caf255

Please sign in to comment.