diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index d0e222a..f5d3350 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -78,7 +78,7 @@ jobs: run: | cd ./src/main/resources touch ./application-oauth.yml - echo "${{ secrets.YML.OAUTH }}" > ./application-oauth.yml + echo "${{ secrets.YML_OAUTH }}" > ./application-oauth.yml shell: bash # gradle build