Skip to content

Commit

Permalink
feat: update site config after generating saas communication token wh…
Browse files Browse the repository at this point in the history
…ile creating saas site
  • Loading branch information
tanmoysrt committed Sep 11, 2024
1 parent 954bf50 commit 5bf21b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion press/saas/doctype/product_trial/product_trial.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def setup_trial_site(self, team, plan, cluster=None):
agent_job_name = site.flags.get("new_site_agent_job_name", None)

site.reload()
site.generate_saas_communication_secret()
site.generate_saas_communication_secret(create_agent_job=True)
site.flags.ignore_permissions = True
if standby_site:
agent_job_name = site.create_user_with_team_info()
Expand Down

0 comments on commit 5bf21b7

Please sign in to comment.