From ef27cda6aff7fb07cfc4e655d9e0464a1d8cabc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=EB=B9=88?= Date: Sat, 30 Aug 2025 18:09:06 +0900 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=EB=B6=88=ED=95=84=EC=9A=94=20?= =?UTF-8?q?=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C=EC=9A=B0=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/per-merge-slack-sender.yml | 28 -------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/per-merge-slack-sender.yml diff --git a/.github/workflows/per-merge-slack-sender.yml b/.github/workflows/per-merge-slack-sender.yml deleted file mode 100644 index 691ffc2..0000000 --- a/.github/workflows/per-merge-slack-sender.yml +++ /dev/null @@ -1,28 +0,0 @@ -on: - pull_request: - types: closed - -jobs: - check_pr_merged: - if: github.event.pull_request.merged == true - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Check PR Merged - id: check_pr_merged - uses: actions/github-script@v7 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - script: | - const prUrl = context.payload.pull_request.html_url ?? context.payload.pull_request._links.html.href; - core.setOutput('pullRequestLink', JSON.stringify(prUrl)); - - - name: Send Slack Trigger - run: | - curl -X POST https://api-slack.internal.bcsdlab.com/api/pr-merged/backend \ - -H 'Content-Type: application/json' \ - -d '{ - "pullRequestLink": ${{ steps.check_pr_merged.outputs.pullRequestLink }} - }' From 8b0c0deda45d8e0c03fb7d39a4f31cf745504a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=EB=B9=88?= Date: Sat, 30 Aug 2025 18:09:49 +0900 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=EC=8B=9C=ED=81=AC=EB=A6=BF=20?= =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-ci-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-ci-deploy.yml b/.github/workflows/backend-ci-deploy.yml index 7e40009..70ef09c 100644 --- a/.github/workflows/backend-ci-deploy.yml +++ b/.github/workflows/backend-ci-deploy.yml @@ -1,4 +1,4 @@ -name: Build Jar File +name: Build And Push Docker Image on: push: @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 with: repository: BCSDLab/bcsdlab-credentials - token: ${{ secrets.CONFIG_REPO_ACCESS_TOKEN }} + ssh-key: ${{ secrets.CONFIG_REPO_PEM_KEY }} sparse-checkout: bcsd-api/${{ env.TARGET_ENV }} path: .temp From 9f2898d952afb713d49945e3b5785401c079cfe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=EB=B9=88?= Date: Sun, 31 Aug 2025 13:49:34 +0900 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=EC=8B=9C=ED=81=AC=EB=A6=BF=20?= =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-ci-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-ci-deploy.yml b/.github/workflows/backend-ci-deploy.yml index 70ef09c..7905d8b 100644 --- a/.github/workflows/backend-ci-deploy.yml +++ b/.github/workflows/backend-ci-deploy.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 with: repository: BCSDLab/bcsdlab-credentials - ssh-key: ${{ secrets.CONFIG_REPO_PEM_KEY }} + ssh-key: ${{ secrets.CREDENTIALS_REPO_PEM_KEY }} sparse-checkout: bcsd-api/${{ env.TARGET_ENV }} path: .temp