Skip to content

Commit

Permalink
admin: Switch to jmertic's slack notifier action
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
lgritz authored and jmertic committed Dec 19, 2023
1 parent fd6a195 commit de87169
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ jobs:
- name: Notify Slack
id: slack
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_RELEASES_URL }}
uses: fedecalendino/slack-release-notifier@8329c1c2d20055ff874ce3eaed7021735d17069d # v2.1.0
project_name: "OpenImageIO"
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel: "#release-announcements"
project_logo: "https://artwork.aswf.io/projects/openimageio/stacked/color/openimageio-stacked-color.png"
uses: jmertic/slack-release-notifier@803345f

0 comments on commit de87169

Please sign in to comment.