From 970e39f1cd548780185122a4b113fec2e4b7f08a Mon Sep 17 00:00:00 2001 From: shindong96 <2006peter@naver.com> Date: Tue, 2 Apr 2024 18:24:21 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 827a1961..71cde31c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,4 @@ jobs: run: sudo chmod 755 gradlew - name: Build with Gradle - run: ./gradlew clean build + run: ./gradlew clean build -Pencryption-key=${{ secrets.JWT_KEY }}