We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c702ab9 commit f769796Copy full SHA for f769796
.github/workflows/release-toot.yml
@@ -17,5 +17,5 @@ jobs:
17
# https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#release
18
message: "New release: ${{ github.event.repository.name }} ${{ github.event.release.tag_name }} ${{ github.event.release.html_url }} #phpstan"
19
env:
20
- MASTODON_URL: phpc.social
+ MASTODON_URL: https://phpc.social
21
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
0 commit comments