diff --git a/github_workflow_runs.sh b/github_workflow_runs.sh index e398d0ed..463a998a 100755 --- a/github_workflow_runs.sh +++ b/github_workflow_runs.sh @@ -71,8 +71,8 @@ if ! [[ $repo =~ / ]]; then repo="$USER/$repo" fi -if [ -n "${PASSWORD:-}" ]; then - echo "using authenticated access" >&2 -fi +#if [ -n "${PASSWORD:-}" ]; then +# echo "using authenticated access" >&2 +#fi eval "$srcdir/curl_auth.sh" -sS --connect-timeout 3 "${CURL_OPTS:-}" "https://api.github.com/repos/$repo/actions/workflows/$workflow_id/runs" # | | jq '.workflow_runs[0:10]'