Release 3075
Trello card
https://trello.com/c/RnXWAXvO/943-bug-school-experience-db-backup-is-failing
Context
DB backup failing for AUTO_APPROVE not set.
Changes proposed in this pull request
changed the following call
make ${{ inputs.environment }} get-cluster-credentials
to
make ci ${{ inputs.environment }} get-cluster-credentials
Guidance to review
From command line execute make ci ${{ inputs.environment }} get-cluster-credentials , it should not ask approvals.