We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35de0c5 commit e495389Copy full SHA for e495389
.github/workflows/build-site.yml
@@ -48,3 +48,12 @@ jobs:
48
arguments: |
49
--ignore-files "/.+\/_posts\/README.md"
50
--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