Have you updated your token in the forge account? It's entirely possible that a mismatch of repo name could cause a token to fail an authentication check. If you generate a new token for the repo on bitbucket, and update the forge side with the new token, does that resolve the issue?
We renamed our repository at bitbucket
We would like to avoid uninstalling and reinstalling the repo, as we'd have to set up SSL, workers and many other things and it will make us lose time.
I SSH'd into the server, changed the origin remote url with git remote set-url [bitbucket's url ending in .git] and ran git pull origin develop (it's a staging server) and it pulled from bitbucket perfectly. However, pressing "Deploy Now" button (or running wget [deployment trigger url] from CI server) results in an error that says We were unable to deploy your site because your Bitbucket token is invalid for this repository or has expired. Please refresh the token in your Forge account profile's "Authentication" tab.. Needless to say, following that instruction didn't work, which makes me thing that's just a general error message.
What am I missing?
Please or to participate in this conversation.