Skip to content

Commit

Permalink
HOTFIX: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ehs208 committed Oct 15, 2024
1 parent e22fdec commit 2d5c1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d5c1e3

Please sign in to comment.