Skip to content

Commit

Permalink
Test message
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojolanki committed Nov 15, 2024
1 parent 3bfc93d commit 315849f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/github-actions-slack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: igvfd-github-actions-slack
on: [push]
jobs:
slack:
uses: slackapi/slack-github-action@v2.0.0
with:
method: chat.postMessage
token: ${{secrets.SUBMITTER_HELPDESK_SLACK_BOT_TOKEN}}
payload: |
channel: ${{secrets.TEST_CHANNEL_ID}}
text: "Hello, world!"

0 comments on commit 315849f

Please sign in to comment.