Skip to content

Commit ada52bb

Browse files
Bump cbrgm/mastodon-github-action to v2 (#635)
And update parameters accordingly
1 parent 86085f5 commit ada52bb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/post-to-mastodon.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ jobs:
99
steps:
1010
- name: Send toot to Mastodon
1111
id: mastodon
12-
uses: cbrgm/mastodon-github-action@v1
12+
uses: cbrgm/mastodon-github-action@v2
1313
with:
1414
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 }}
15+
url: ${{ secrets.MASTODON_URL }}
16+
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)