Skip to content

Commit 8725382

Browse files
authored
chore: add release notification
1 parent 25d8019 commit 8725382

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Notify Flarum on Release
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
notify-flarum:
9+
uses: FriendsOfFlarum/extension-releases/.github/workflows/REUSABLE_flarum-release-notification.yml@2.x
10+
with:
11+
changelog: ${{ github.event.release.body || '' }}
12+
tag_name: ${{ github.event.release.tag_name }}
13+
release_url: ${{ github.event.release.html_url }}
14+
author: ${{ github.event.release.author.login || github.actor || '' }}
15+
ref: ${{ github.ref }}
16+
secrets:
17+
flarum_api_token: ${{ secrets.FLARUM_EXTENSION_UPDATES_API_TOKEN }}

0 commit comments

Comments
 (0)