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 4c9ca2e commit 28ae5daCopy full SHA for 28ae5da
.github/workflows/CICD.yml
@@ -22,8 +22,8 @@ jobs:
22
23
- name: Create application-secret-deploy.yml
24
run: |
25
- echo "Decoding SECRET_FILE secret and create application-secret-deploy.yml"
26
- echo "${{ secrets.SECRET_FILE }}" | base64 -d > ./src/main/resources/application-secret-deploy.yml
+ echo "Decoding SECRET and create application-secret-deploy.yml"
+ echo "${{ secrets.SECRET }}" | base64 -d > ./src/main/resources/application-secret-deploy.yml
27
28
29
- name: Build with Gradle
0 commit comments