diff --git a/.github/workflows/apidocs.yml b/.github/workflows/apidocs.yml index 6c335127..2f96bdc0 100644 --- a/.github/workflows/apidocs.yml +++ b/.github/workflows/apidocs.yml @@ -26,7 +26,7 @@ jobs: - name: make application.yml run: | touch ./noti-service/src/main/resources/bootstrap.yml - echo "${{ secrets.NOTI_APPLICATION_YML }}" > ./bootstrap.yml + echo "${{ secrets.NOTI_APPLICATION_YML }}" > ./noti-service/src/main/resources/bootstrap.yml #Java Set up - name: Set up JDK 17