Skip to content

Commit a4c3038

Browse files
committed
build: Configure Mastodon as release announcer
1 parent a0c4a0e commit a4c3038

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
JRELEASER_TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
8484
JRELEASER_TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
8585
JRELEASER_TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
86+
JRELEASER_MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
8687

8788
- name: JReleaser output
8889
if: always()

jreleaser.yml

+3
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,6 @@ deploy:
8484
announce:
8585
twitter:
8686
active: RELEASE
87+
mastodon:
88+
active: RELEASE
89+
host: https://mastodon.social

0 commit comments

Comments
 (0)