From dddb861581b3d0ea80f34d6e483a2ef09dd19624 Mon Sep 17 00:00:00 2001 From: inhyeok Date: Tue, 25 Jun 2024 12:53:42 +0900 Subject: [PATCH] =?UTF-8?q?Fix(*):=20Token=20=EC=98=A4=ED=83=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-ci.yml b/.github/workflows/dev-ci.yml index 8e3a5c9..bff51a9 100644 --- a/.github/workflows/dev-ci.yml +++ b/.github/workflows/dev-ci.yml @@ -1,7 +1,7 @@ name: dev ci build on: pull_request: - types: [opened, reopened, review_requested] # test용도로 review_requested 셋팅 + types: [opened, reopened] # test용도로 review_requested 셋팅 branches: - "develop" @@ -21,7 +21,7 @@ jobs: text: "PullRequest 요청" statusColor: "#ebe834" env: - SLACK_TOKNE: "${{ secrets.SLACK_BOT_TOKEN }}" + SLACK_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - name: setup environment env: