Skip to content

Commit 0a2c828

Browse files
committed
chore: ci yml 주입 디코딩 제거
1 parent d514c48 commit 0a2c828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: application-ci.yml 주입
2828
run: |
2929
mkdir -p src/main/resources
30-
echo "${{ secrets.APPLICATION_YML_CI }}" | base64 --decode > src/main/resources/application-ci.yml
30+
echo "${{ secrets.APPLICATION_YML_CI }}" > src/main/resources/application-ci.yml
3131
3232
- name: 권한 세팅
3333
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)