From d612e3f085f17b380c7f92c5c722738ef5b24466 Mon Sep 17 00:00:00 2001 From: "tae.y" <0211ilyoil@gmail.com> Date: Tue, 6 Aug 2024 20:15:50 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=82=EF=B8=8F=20::=20(#694)=20bucket=20?= =?UTF-8?q?env=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ffdf337f..09bde11d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,4 +44,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + S3_BUCKET: ${{ secret.S3_BUCKET }} run: ./gradlew test build sonarqube --info