Skip to content

Commit

Permalink
Fix(*): Token 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
InHyeok-J committed Jun 25, 2024
1 parent ffee1a6 commit dddb861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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:
Expand Down

0 comments on commit dddb861

Please sign in to comment.