Skip to content

Commit 61fa78f

Browse files
authored
Update slack-rotation.yml
1 parent 8590b21 commit 61fa78f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/slack-rotation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
2828
- name: Run rotation script
2929
env:
30-
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
31-
CHANNEL_ID: ${{ secrets.CHANNEL_ID }}
30+
SLACK_TOKEN: ${{ secrets.SLACK_MONITOR_APP_SLACK_TOKEN }}
31+
CHANNEL_ID: ${{ secrets.TEAM_UXD_PATTERNFLY_CHANNEL_ID }}
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
EXCLUDED_USERS: ${{ secrets.EXCLUDED_USERS }}
33+
EXCLUDED_USERS: ${{ secrets.SLACK_MONITOR_EXCLUDED_USERS }}
3434
run: python scripts/slack_monitor_rotation.py

0 commit comments

Comments
 (0)