Main CI needs 2 fixes that are blocking. Secrets are here: - https://github.com/organizations/amplify-edge/settings/secrets/actions SysRepo git clone: - Main ci script needs to be updated to access the sys repo - https://github.com/amplify-edge/main/blob/master/.github/workflows/ci.yml#L75 - Need to add a GIT_HUB_TOKEN as a secret with hidden access. Config: - needs to use the config password from secrets ( its hard coded right now ). - https://github.com/amplify-edge/main/blob/master/.github/workflows/ci.yml#L83 - CONFIG_PASSWORD needs to be maybe updated too ? ? Cant see a cmd on booty for Creating config passwords ? is it done yet ?