8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61800f7 commit a6e5311Copy full SHA for a6e5311
.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