2 回答
- 最新
- 投票最多
- 评论最多
0
To change the Bitbucket account used in AWS Amplify, you typically need to:
- Log out of the current Bitbucket account in your web browser.
- Clear your browser's cache and cookies.
- Go to AWS Amplify and connect the repository again. This time, it should prompt you to log into your Bitbucket account.
0
Hello,
Amplify automatically authenticates with logged in Bitbucket account, hence sign in to your work Bitbucket account and try any of the following approaches.
-
If you have branches attached of your personal account repository, disconnect all the existing branches, and now select Bitbucket under Hosting environments. This would authenticate with your work account Bitbucket and list the repositories of it.
-
Alternatively you can use update-app cli command and use the “Reconnect repository” button on the console.
aws amplify update-app —app-id AMPLIFY_APP_ID —repository REPOSITORY_URL --oauth-token TOKEN
相关内容
- AWS 官方已更新 2 年前