Skip to content

Commit 8f2299c

Browse files
lgritzjmertic
authored andcommitted
admin: Switch to jmertic's slack notifier action (AcademySoftwareFoundation#4079)
The one we were using is broken. John's is surely the GOAT notifier. --------- Signed-off-by: Larry Gritz <lg@larrygritz.com> Signed-off-by: John Mertic <jmertic@linuxfoundation.org> Co-authored-by: John Mertic <jmertic@linuxfoundation.org> Signed-off-by: Peter Kovář <peter.kovar@reflexion.tv>
1 parent a09937e commit 8f2299c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release-notice.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
- name: Notify Slack
2020
id: slack
2121
with:
22-
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_RELEASES_URL }}
23-
uses: fedecalendino/slack-release-notifier@8329c1c2d20055ff874ce3eaed7021735d17069d # v2.1.0
22+
project_name: "OpenImageIO"
23+
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
24+
slack_channel: "#release-announcements"
25+
project_logo: "https://artwork.aswf.io/projects/openimageio/icon/color/openimageio-icon-color.png"
26+
uses: jmertic/slack-release-notifier@main

0 commit comments

Comments
 (0)