Skip to content

Commit 2d5c1e3

Browse files
committed
HOTFIX: 오타 수정
1 parent e22fdec commit 2d5c1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
cd ./src/main/resources
8080
touch ./application-oauth.yml
81-
echo "${{ secrets.YML.OAUTH }}" > ./application-oauth.yml
81+
echo "${{ secrets.YML_OAUTH }}" > ./application-oauth.yml
8282
shell: bash
8383

8484
# gradle build

0 commit comments

Comments
 (0)