Skip to content

Commit 6b1eb0f

Browse files
authored
Merge pull request #8 from etsy/add-github-app-flag
add an attribute for github app repo name for the rule
2 parents 1435999 + a53a549 commit 6b1eb0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitops/gitops.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def __create_gitops_prs_impl(ctx):
4747
params += "--github_installation_id {} ".format(ctx.attr.github_installation_id)
4848
if ctx.attr.github_app_repo_owner:
4949
params += "--github_app_repo_owner {} ".format(ctx.attr.github_app_repo_owner)
50+
if ctx.attr.github_app_repo:
51+
params += "--github_app_repo {} ".format(ctx.attr.github_app_repo)
5052
if ctx.attr.private_key:
5153
params += "--private_key {} ".format(ctx.attr.private_key)
5254

0 commit comments

Comments
 (0)