diff --git a/.github/workflows/apidocs.yml b/.github/workflows/apidocs.yml index 7548ff29..6c335127 100644 --- a/.github/workflows/apidocs.yml +++ b/.github/workflows/apidocs.yml @@ -20,7 +20,13 @@ jobs: - uses: actions/checkout@v3 with: ref: docs/#44 + + #Setting yml + - name: make application.yml + run: | + touch ./noti-service/src/main/resources/bootstrap.yml + echo "${{ secrets.NOTI_APPLICATION_YML }}" > ./bootstrap.yml #Java Set up - name: Set up JDK 17