Skip to content

Commit

Permalink
Update release-notice.yml
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Dec 18, 2023
1 parent 94122ca commit 0242ef6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release-notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
Steps:
- name: Notify Slack
id: slack
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_RELEASES_URL }}
uses: fedecalendino/[email protected]
project_name: "ASWF Sample Project"
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
project_logo: "https://artwork.aswf.io/other/aswf/text/aqua/aswf-text-aqua.png"
release_version: ${{ github.event.release.name }}
release_url: ${{ github.event.release.html_url }}
release_notes: ${{ github.event.release.body }}
uses: jmertic/slack-release-notifier@latest

0 comments on commit 0242ef6

Please sign in to comment.