diff --git a/.github/workflows/pull-request-intergration.yml b/.github/workflows/pull-request-intergration.yml index e01750815..14cbab93f 100644 --- a/.github/workflows/pull-request-intergration.yml +++ b/.github/workflows/pull-request-intergration.yml @@ -55,10 +55,7 @@ jobs: - name: Create application-secret.yml run: | touch ./src/main/resources/application-secret.yml - echo "jasypt:" > ./src/main/resources/application-secret.yml - echo " encryptor:" >> ./src/main/resources/application-secret.yml - echo " password: '${{ secrets.APPLICATION_SECRET }}'" >> ./src/main/resources/application-secret.yml - + echo "'${{ secrets.APPLICATION_SECRET }}'" > ./src/main/resources/application-secret.yml - name: Build with Gradle run: ./gradlew build -x test