diff --git a/.github/scripts/cr.sh b/.github/scripts/cr.sh index 596e278a9dc..de84fc467c8 100755 --- a/.github/scripts/cr.sh +++ b/.github/scripts/cr.sh @@ -16,7 +16,6 @@ main() { parse_command_line "$@" - : "${CR_TOKEN:?Environment variable CR_TOKEN must be set}" : "${quay_token:?Quay token must be provided}" echo "Packaging and uploading charts..." @@ -134,4 +133,4 @@ upload_chart() { fi } -main "$@" \ No newline at end of file +main "$@"