Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Apr 16, 2024
1 parent a71d649 commit 63e7ef1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/slack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Slack PR Notification
on:
pull_request:
# pull request target uses base and has access to secrets
pull_request_target:
types: [opened, reopened]

jobs:
Expand All @@ -20,5 +21,4 @@ jobs:
channel-id: "rc-test"
slack-message: "${{ github.actor }} opened a new RFC: ${{ github.event.pull_request.title }}"
env:
SLACK_BOT_TOKEN: ${{ secrets.XXX }}
#SLACK_BOT_TOKEN: foobar
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 63e7ef1

Please sign in to comment.