From 45e12952d44f527f18cf6b8b49594c1f022e2d05 Mon Sep 17 00:00:00 2001 From: Hannam Rhee Date: Tue, 25 Jul 2023 14:57:32 +0900 Subject: [PATCH] Revert "use environment variable directly" This reverts commit 09b1c041775b15a9a9dc6146495066d1a61ee086. --- .github/workflows/actions_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions_build.yml b/.github/workflows/actions_build.yml index 202f553198b..f83020a220c 100644 --- a/.github/workflows/actions_build.yml +++ b/.github/workflows/actions_build.yml @@ -18,6 +18,7 @@ concurrency: env: LC_ALL: "en_US.UTF-8" BUILD_JDK_VERSION: "19" + GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }} jobs: build: