From f41a34872706967464c8b597610d2595c533df21 Mon Sep 17 00:00:00 2001 From: jiyoon <95969941+jjunjji@users.noreply.github.com> Date: Tue, 28 May 2024 16:38:24 +0900 Subject: [PATCH] update: gradle-publish.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 서버 재부팅 --- .github/workflows/gradle-publish.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 15d9201..8b291c4 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -38,14 +38,6 @@ jobs: with: distribution: 'temurin' java-version: '11' - -# - name: Copy secret -# env: -# OCCUPY_SECRET: ${{ secrets.JASYPT_ENCRYPTOR_PASSWORD }} -# OCCUPY_SECRET_DIR: src/main/resources/ -# OCCUPY_SECRET_DIR_FILE_NAME: jasypt-encryptor-password.txt -# run: echo $OCCUPY_SECRET | base64 -di > $OCCUPY_SECRET_DIR/$OCCUPY_SECRET_DIR_FILE_NAME - - uses: actions/checkout@v3 - run: touch ./src/main/resources/firebase/handsup-9c9e7-firebase-adminsdk-ow0l5-6bb4cd6c8c.json