Skip to content

Commit e495389

Browse files
banesullivanlwasser
authored andcommitted
Test message for PR
1 parent 35de0c5 commit e495389

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-site.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,12 @@ jobs:
4848
arguments: |
4949
--ignore-files "/.+\/_posts\/README.md"
5050
--checks "Images,Scripts"
51+
52+
# TODO: remove before merge, for testing
53+
- name: Slack Notification
54+
uses: rtCamp/action-slack-notify@v2
55+
env:
56+
SLACK_CHANNEL: pyos-infrastructure
57+
SLACK_COLOR: '#00FF00'
58+
SLACK_MESSAGE: "This is a test of the GitHub Actions Slack Notification."
59+
SLACK_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}

0 commit comments

Comments
 (0)