Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RetepMil authored Dec 4, 2023
1 parent a0f5420 commit a07af8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.APPLICATION_YML_DEV }}" | base64 --decode > ./application.yml
echo "${{ secrets.APPLICATION_YML }}" | base64 --decode > ./application.yml
shell: bash

- name: Make 'keystore.p12'
Expand Down

0 comments on commit a07af8f

Please sign in to comment.