From 52a92b070bf2fadec4d8a68c2eecfb1e554e1f9f Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sun, 28 Nov 2021 11:09:01 +0000 Subject: [PATCH] updated github_actions_workflows.sh --- github_actions_workflows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_actions_workflows.sh b/github_actions_workflows.sh index 21c2407a..97b3a096 100755 --- a/github_actions_workflows.sh +++ b/github_actions_workflows.sh @@ -62,7 +62,7 @@ for arg; do esac done -USER="${GITHUB_USER:-${USERNAME:-${USER}}}" +USER="${GITHUB_ORGANIZATION:-${GITHUB_USER:-$(get_github_user)}}" PASSWORD="${GITHUB_PASSWORD:-${GITHUB_TOKEN:-${PASSWORD:-}}}" if ! [[ $repo =~ / ]]; then