Skip to content

Commit

Permalink
[platform] store Slack webhook URL as secret (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
realkosty authored Jan 30, 2025
1 parent 312b491 commit 1262f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_review_reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
webhook-url: 'https://hooks.slack.com/services/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'
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
provider: 'slack'
channel: '#discuss-demo' # optional
ignore-label: 'no-reminder'

0 comments on commit 1262f64

Please sign in to comment.