Skip to content

Commit

Permalink
ci: release notification
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored May 25, 2023
1 parent 5014824 commit abf428b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release_notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release notification
on:
release:
types:
- published

jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: gr2m/release-notifier-action@v1
with:
app_id: ${{ secrets.RELEASE_NOTIFIER_APP_ID }}
private_key: ${{ secrets.RELEASE_NOTIFIER_APP_PRIVATE_KEY }}
dispatch_event_type: 'release:primer/view_components'

0 comments on commit abf428b

Please sign in to comment.