diff --git a/createServiceAccount.sh b/createServiceAccount.sh index 26aae30..862ef18 100644 --- a/createServiceAccount.sh +++ b/createServiceAccount.sh @@ -94,7 +94,7 @@ EOF # echo "$GITHUB_CONTEXT" | jq >>> https://git.ties.one/ties/n8n/actions/runs/60 NEW_KUBECONFIG="kubeconfig-${NAMESPACE}-cicd.yaml" -URL=$(echo "$GITHUB_CONTEXT" | jq '.repository.html_url') +URL=$(echo "$GITHUB_CONTEXT" | jq '.event.repository.html_url') cat <