Skip to content

Release 3075

Choose a tag to compare

@github-actions github-actions released this 01 Feb 16:06
0b10d3f

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.