Skip to content

Commit

Permalink
Fix Slack channel in slack-pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Apr 17, 2024
1 parent 4ce7982 commit 87562b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
# channel: "wg-open-source"
channel: "wg-open-source"
# for testing
channel: "rc-test"
# channel: "rc-test"

jobs:
rfc:
Expand Down

0 comments on commit 87562b8

Please sign in to comment.