diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 916a8e8..11c7b7b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,12 +24,12 @@ jobs: java-version: '21' - run: - cat ${{ secrets.APPLICATION_MYSQL }} + cat ${{ secrets.MYSQL_APPLICATION }} - name: make application-mysql.yml run: | cd ./TWO/src/main/resources - echo "${{ secrets.APPLICATION_MYSQL }}" >> ./application.properties + echo "${{ secrets.MYSQL_APPLICATION }}" >> ./application.properties - run: cat ./TWO/src/main/resources/application.properties