Skip to content

Commit

Permalink
fix: 토큰 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jsk3342 committed Nov 12, 2024
1 parent b981254 commit 966a2c3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pr-slack-notify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# .github/workflows/pr-slack-notify.yml
name: PR Slack Notification

on:
Expand All @@ -9,9 +8,6 @@ jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

# 리뷰어 정보를 JSON으로 저장
- name: Set reviewers based on repository
id: set-reviewers
run: |
Expand Down Expand Up @@ -75,5 +71,4 @@ jobs:
]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 966a2c3

Please sign in to comment.