diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index c28f300..268cfe1 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -35,12 +35,12 @@ jobs: java-version: '21' distribution: 'corretto' - - name: application.yml + - name: create application-secret.properties run: | cd src/main/resources touch ./application-secret.properties echo "${{ secrets.APPLICATION_SECRET }}" >> ./application-secret.properties - cat ./application.yml + cat ./application-secret.properties shell: bash