Skip to content

Commit

Permalink
access type = 'all'
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinykuo committed Apr 2, 2020
1 parent 83f5e2e commit 16aaa67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
app_name <- if (is_pr) paste0("uw_dashboard-", Sys.getenv("COMMIT")) else
"Underwriting Dashboard"
guid <- if (!is_pr) "ee35a016-31d2-4173-a16c-909d2a5fd581" else NULL
content <- connectapi::deploy(client, bundle, name = app_name, guid = guid)
content <- connectapi::deploy(client, bundle, name = app_name, guid = guid,
access_type = "all")
if (is_pr) {
github_ref <- Sys.getenv("GITHUB_REF")
msg <- paste0("App preview deployed to ", content$get_dashboard_url(), ".")
Expand Down

0 comments on commit 16aaa67

Please sign in to comment.