Toot action doesn't seem to work anymore
herndlm opened this issue · 5 comments
Just for the record and since reporting on Mastodon is not optimal I guess :)
But see https://phpc.social/@herndlm/112179238683506275 for reference
didn't work the last 2 times with the same error that looked like some base URL config is missing or so. and it seems to work for some other repos.
Feel free to look into why it works elsewhere and not here. The secrets should be org-wide.
interesting, yeah, the config is basically the same in other repos. I found 2 issues with the same error:
- cbrgm/mastodon-github-action#48 (MASTODON_URL was missing the protocol) - but I can see that it's not missing here
- cbrgm/mastodon-github-action#55 (
secrets: inheritwas missing for shared workflows) - I don't know github actions well enough yet and am not sure if this applies here.
Hi there, please double check the MASTODON_URL secret. Try to add your instance url prefixed with https:// and run the workflow again. This will probably fix the issue.
Sorry for the troubles!
I don't think there's anything wrong with my configuration:
Did something change on Mastodon's side or in the action itself?
In some repositories the exact same values work correctly: https://github.com/phpstan/phpstan-doctrine/blob/4b66f5c996865a6085983cc90b5c8a242d1959e7/.github/workflows/release-toot.yml#L20 (https://github.com/phpstan/phpstan-doctrine/actions/workflows/release-toot.yml)