Skip to content

Commit 508e268

Browse files
committed
github: Add fediverse-action to workflows
This config file will post a default message on each push. https://mastodon.social/tags/FediVerseAction As explained in documentation token should be set in project's secrect. Once checked config can be customized, eg: to post only on releases. Then please share your updated config file to community: https://github.com/rzr/fediverse-action#Community Change-Id: I8323211f6b224b3fb1603c605416fc2a69d24be2 Relate-to: https://github.com/rzr/fediverse-action/ Origin: rzr/iotjs-express@b7adeda Signed-off-by: Philippe Coval <[email protected]>
1 parent 158184c commit 508e268

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# YAML
2+
---
3+
name: fediverse-action
4+
on: [push]
5+
jobs:
6+
post:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: rzr/fediverse-action@master
10+
with:
11+
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)