Skip to content

Commit

Permalink
fix: copybara
Browse files Browse the repository at this point in the history
  • Loading branch information
fouad committed Feb 15, 2024
1 parent eb9a7b8 commit 0a6ed40
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions copy.bara.sky
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ integration_target_incidentio = "[email protected]:indentapis/template-aws-lambda-i
integration_target_opsgenie = "[email protected]:indentapis/template-aws-lambda-opsgenie.git"
integration_target_github_issue = "[email protected]:indentapis/template-aws-lambda-github-issue.git"
integration_target_cloudflare = "[email protected]:indentapis/template-aws-lambda-cloudflare.git"
integration_target_supabase = "[email protected]:indentapis/template-aws-lambda-supabase.git"

core.workflow(
name = "okta",
Expand Down Expand Up @@ -170,3 +171,19 @@ core.workflow(
core.move("tmp/examples/aws-lambda-cloudflare-webhook", ""),
],
)

core.workflow(
name = "supabase",
origin = folder.origin(),
destination = git.github_pr_destination(
url = integration_target_supabase,
destination_ref = "main"
),
origin_files = glob(["tmp/examples/aws-lambda-supabase-webhook", "tmp/examples/aws-lambda-supabase-webhook/**"]),
destination_files = glob(["**"]),
authoring = author,
transformations = [
metadata.replace_message("sync(integration): aws-lambda-supabase"),
core.move("tmp/examples/aws-lambda-supabase-webhook", ""),
],
)

0 comments on commit 0a6ed40

Please sign in to comment.