phpstan / phpstan-webmozart-assert

PHPStan extension for webmozart/assert
160 stars 26 forks source link

Toot action doesn't seem to work anymore #180

Open herndlm opened 3 months ago

herndlm commented 3 months ago

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.

ondrejmirtes commented 3 months ago

Feel free to look into why it works elsewhere and not here. The secrets should be org-wide.

herndlm commented 3 months ago

interesting, yeah, the config is basically the same in other repos. I found 2 issues with the same error:

cbrgm commented 1 month ago

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.

cbrgm commented 1 month ago

Sorry for the troubles!

ondrejmirtes commented 1 month ago

I don't think there's anything wrong with my configuration: https://github.com/phpstan/phpstan-webmozart-assert/blob/983a1a7a882daa438a0d37996426f82944f10102/.github/workflows/release-toot.yml#L20

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)