Skip to content

Commit

Permalink
Update check-open-prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoGeonhyuk authored Nov 19, 2024
1 parent 0d63e6d commit ac9e5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-open-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "::set-output name=prs::$prs"
env:
GITHUB_TOKEN: ${{ secrets.G_TOKEN }} # GitHub 기본 제공 토큰
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub 기본 제공 토큰

# 3. Slack 알림 전송
- name: Notify Slack
Expand Down

0 comments on commit ac9e5e3

Please sign in to comment.