Skip to content

Commit 28ae5da

Browse files
authored
Update CICD.yml
1 parent 4c9ca2e commit 28ae5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222

2323
- name: Create application-secret-deploy.yml
2424
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
25+
echo "Decoding SECRET and create application-secret-deploy.yml"
26+
echo "${{ secrets.SECRET }}" | base64 -d > ./src/main/resources/application-secret-deploy.yml
2727
2828
2929
- name: Build with Gradle

0 commit comments

Comments
 (0)