photoprism/scripts/codecov.sh
Michael Mayer d518697a18 CI: Add -t parameter to codecov bash script
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-08-19 08:16:09 +02:00

3 lines
81 B
Bash
Executable file

#!/usr/bin/env bash
bash <(curl -s https://codecov.io/bash) -t "$CODECOV_TOKEN"