diff --git a/PRsRequested.widget/helper.sh b/PRsRequested.widget/helper.sh index ce3922f..7802887 100644 --- a/PRsRequested.widget/helper.sh +++ b/PRsRequested.widget/helper.sh @@ -3,7 +3,7 @@ # created by Demian Ginther # st.diluted@gmail.com -[[ -z "${GITHUB_API_TOKEN}" ]] && github_api_token='' || github_api_token="${GITHUB_API_TOKEN}" +[[ -z "${GITHUB_API_TOKEN}" ]] && github_api_token="" || github_api_token="${GITHUB_API_TOKEN}" github_username="" github_org="" github_repo=""