We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cbrgm/mastodon-github-action
1 parent 86085f5 commit ada52bbCopy full SHA for ada52bb
.github/workflows/post-to-mastodon.yml
@@ -9,9 +9,8 @@ jobs:
9
steps:
10
- name: Send toot to Mastodon
11
id: mastodon
12
- uses: cbrgm/mastodon-github-action@v1
+ uses: cbrgm/mastodon-github-action@v2
13
with:
14
message: "We just released Northstar ${{ github.event.release.tag_name }}\n\n${{ github.event.release.html_url }}"
15
- env:
16
- MASTODON_URL: ${{ secrets.MASTODON_URL }}
17
- MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
+ url: ${{ secrets.MASTODON_URL }}
+ access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
0 commit comments