Skip to content

Commit 42c02f6

Browse files
authored
Merge pull request #123 from solid-connection/main
[RELEASE] 241216 릴리즈
2 parents 2a8d022 + 838ebb7 commit 42c02f6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
- name: Set secret files
18+
token: ${{ secrets.SUBMODULE_ACCESS_TOKEN }}
19+
submodules: true
1620

17-
- name: Create application-secret.yml
18-
run: echo "${{ secrets.APPLICATION_SECRET }}" > src/main/resources/application-secret.yml
19-
20-
- name: Create application-prod.yml
21-
run: echo "${{ secrets.APPLICATION_PROD }}" > src/main/resources/application-prod.yml
22-
2321
- name: Set up JDK 17
2422
uses: actions/setup-java@v4
2523
with:

0 commit comments

Comments
 (0)