We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51995c4 commit 2d8d4a6Copy full SHA for 2d8d4a6
.github/workflows/build-deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v3
21
- name: make application-secret.yml
22
run: |
23
- cd ./src/main/resources
+ mkdir -p src/main/resources
24
echo "${{ secrets.YML_SECRET }}" | base64 --decode > src/main/resources/application-secret.yml
25
find src
26
shell: bash
0 commit comments