Closed ashenm closed 3 weeks ago
Update external contributor test intructions workflow
$(gh api repos/$REPO_OWNER/$REPO_NAME/collaborators/$USER_LOGIN/permission --jq '.permission') exits with non-zero causing workflow to terminate prematurely (when executed for an external user without no repo permissions) https://github.com/databricks/terraform-provider-databricks/actions/runs/11615285780/job/32345486647?pr=4181
$(gh api repos/$REPO_OWNER/$REPO_NAME/collaborators/$USER_LOGIN/permission --jq '.permission')
Pull request opened by: ashenm gh: Resource not accessible by integration (HTTP 403) Error: Process completed with exit code 1.
https://github.com/databricks/terraform-provider-databricks/pull/4188
Changes
Update external contributor test intructions workflow
$(gh api repos/$REPO_OWNER/$REPO_NAME/collaborators/$USER_LOGIN/permission --jq '.permission')
exits with non-zero causing workflow to terminate prematurely (when executed for an external user without no repo permissions) https://github.com/databricks/terraform-provider-databricks/actions/runs/11615285780/job/32345486647?pr=4181Tests