Skip to content

Commit 333264e

Browse files
committed
[FIX]: add application-secret.yml
1 parent b1d06c1 commit 333264e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
- name: Grant execute permission to gradlew
3434
run: chmod +x ./gradlew
3535

36+
- name: Create application-secret.yml
37+
run: |
38+
mkdir -p src/main/resources
39+
echo "${{ secrets.APPLICATION_SECRET_YML }}" > src/main/resources/application-secret.yml
40+
3641
- name: Build and Test
3742
run: ./gradlew clean build test
3843

0 commit comments

Comments
 (0)