databricks / terraform-provider-databricks

Databricks Terraform Provider
https://registry.terraform.io/providers/databricks/databricks/latest
Other
456 stars 393 forks source link

[Internal] [Fix] Update external contributor test instruction workflow #4183

Closed ashenm closed 3 weeks ago

ashenm commented 3 weeks ago

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=4181

Pull request opened by: ashenm
gh: Resource not accessible by integration (HTTP 403)
Error: Process completed with exit code 1.

Tests

ashenm commented 3 weeks ago

https://github.com/databricks/terraform-provider-databricks/pull/4188