Skip to content

Commit

Permalink
update secrets names
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Asquith authored and Rachel Asquith committed Dec 26, 2023
1 parent 8883861 commit 07c7ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dot-org-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses:
env:
# Tokens and url for test notifications
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_CHANNEL_ID: ${{ secrets.SLACK_CHANNEL_ID }}
SLACK_WEBHOOK_URL: ${{ secrets.DOT_ORG_SLACK_WEBHOOK_URL }}
SLACK_CHANNEL_ID: ${{ secrets.DOT_ORG_SLACK_CHANNEL_ID }}
SLACK_TITLE: "Issue with 'type-bug' label Detected"
SLACK_MESSAGE: "Title: ${{ github.event.issue.title }} - URL: ${{ github.event.issue.html_url }} - 'Test.org' checked"
SLACK_COLOR: "#a6368d"

0 comments on commit 07c7ad0

Please sign in to comment.