We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a8d022 + 838ebb7 commit 42c02f6Copy full SHA for 42c02f6
.github/workflows/release.yml
@@ -13,13 +13,11 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v4
16
+ with:
17
+ - name: Set secret files
18
+ token: ${{ secrets.SUBMODULE_ACCESS_TOKEN }}
19
+ submodules: true
20
- - name: Create application-secret.yml
- run: echo "${{ secrets.APPLICATION_SECRET }}" > src/main/resources/application-secret.yml
-
- - name: Create application-prod.yml
21
- run: echo "${{ secrets.APPLICATION_PROD }}" > src/main/resources/application-prod.yml
22
23
- name: Set up JDK 17
24
uses: actions/setup-java@v4
25
with:
0 commit comments