Skip to content

Commit

Permalink
Cenevan demo (#195)
Browse files Browse the repository at this point in the history
* Create test-slack-notifs.yml

* Update test-slack-notifs.yml
  • Loading branch information
cenevan authored May 17, 2024
1 parent efc2702 commit 85646df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test-slack-notifs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: test slack notifications

on:
workflow_dispatch:

jobs:
call-slack-notif:
uses: cenevan/gha-workflows/.github/workflows/reusable-slack-notifs.yml@main
with:
short-desc: 'Test Description'
title: 'Test Title'
img-url: 'https://imgur.com/gallery/npm-install-OsbqxXW'
img-alt-text: 'Test alt text'
secrets:
channel-name: ${{ secrets.SLACK_CHANNEL_ID_STORY_57BLOCKS }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 85646df

Please sign in to comment.