We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912e769 commit a02230dCopy full SHA for a02230d
1 file changed
.github/workflows/release-toot.yml
@@ -21,6 +21,5 @@ jobs:
21
# GitHub event payload
22
# https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#release
23
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 }}
+ url: https://phpc.social
+ access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
0 commit comments