Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Found this issue on github, and the error does in fact have to do with the API key. Turns out if there's any leading or trailing whitespace in the API key being used, this error will crop up when pushing for a second time, despite the initial push working fine.

Scratched my head for several days with the same issue and found out this was the reason. When pasting to github secrets field, it keeps adding trailing whitespaces for unknown reasons. Remove them and all fixed. Thanks a lot for sharing this @capnbootberry!