-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
Description
Before opening, please confirm:
- I have checked to see if my question is addressed in the FAQ.
- I have searched for duplicate or closed issues.
- I have read the guide for submitting bug reports.
- I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
App Id
arn:aws:amplify:eu-west-2:694647969796:apps/dg1s64s7fmyba
Region
eu-west-2
Amplify Console feature
Build settings
Describe the bug
Given I use Github with AWS Amplify
When I select repository
Then "Deployment Key" is inserted to this repository on Github
👍 so far so good
Given I remove this "Deployment Key" from Github repository (e.g. due to #1830)
When I Reconnect Repsitory (in AWS Amplify > General settings)
Then deployment key is not reinserted 👎
That means when I try to build the AWS Amplify APP this will happen

Expected behavior
Given I remove "Deployment Key" from Github repository
When I Reconnect Repsitory (in AWS Amplify > General settings)
Then deployment key should be reinserted
Reproduction steps
- configure AWS Amplify to use Github Repo
- go to Github repository settings > Deployment Keys > remove the key inserted by AWS Amplify
- go to AWS Amplify > general settings > reconnect repsitory
- check Github repository settings > Deployment Keys == see no new deployment key
Build Settings
No response
Additional information
this is related to bug #1830
and #157 (comment) and #1815
LucasAndrad

