Skip to content

Commit

Permalink
admin: Switch release announcement workflow to jmertic's awesome acti…
Browse files Browse the repository at this point in the history
…on (AcademySoftwareFoundation#1766)

Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz authored Feb 1, 2024
1 parent 8a1242f commit 35820fc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release-notice.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright Contributors to the Open Shading Language project.
# SPDX-License-Identifier: BSD-3-Clause
# https://github.com/AcademySoftwareFoundation/OpenshadingLanguage


name: Publish Release Notice to ASWF Slack

on:
Expand All @@ -14,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: "Open Shading Language"
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel: "#release-announcements"
project_logo: "https://artwork.aswf.io/projects/openshadinglanguage/AcronymStack/Shaded/openshadinglanguage-AcronymStack-Shaded.png"
uses: jmertic/slack-release-notifier@main

0 comments on commit 35820fc

Please sign in to comment.