Skip to content

Commit ce344a8

Browse files
author
EpicFn
committed
fix : CI 파이프라인 수정
1 parent 00be5e3 commit ce344a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-server-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
echo "spring.cloud.aws.s3.bucket: ${{ secrets.AWS_S3_BUCKET_NAME }}" >> src/main/resources/application-secrets.yml
6262
echo "spring.cloud.aws.stack.auto: false" >> src/main/resources/application-secrets.yml
6363
64+
echo "liveblocks.secret-key: ${{ secrets.LIVEBLOCKS_SECRET_KEY }}" >> src/main/resources/application-secrets.yml
65+
6466
# 6. application-secrets-server.yml 생성
6567
- name: Generate application-secrets-server.yml
6668
run: |

0 commit comments

Comments
 (0)