Skip to content

Commit a02230d

Browse files
authored
Update release-toot.yml (#489)
1 parent 912e769 commit a02230d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release-toot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ jobs:
2121
# GitHub event payload
2222
# https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#release
2323
message: "New release: ${{ github.event.repository.name }} ${{ github.event.release.tag_name }} ${{ github.event.release.html_url }} #phpstan"
24-
env:
25-
MASTODON_URL: https://phpc.social
26-
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
24+
url: https://phpc.social
25+
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)