diff --git a/hub_approval.yml b/hub_approval.yml index fa39a8e..87c42c5 100644 --- a/hub_approval.yml +++ b/hub_approval.yml @@ -13,10 +13,10 @@ tasks: + # Using `ah_collection` for uploading collections will default + # to auto-approving the collection. You must set `auto_approve: false` + # in order to hold collection for approval review - name: Upload known_good collection into Private Automation Hub - # Using `ah_collection` for uploading collections will default - # to auto-approving the collection. You must set `auto_approve: False` - # in order to hold collection for approval review infra.ah_configuration.ah_collection: validate_certs : false ah_host : "{{ __pah_host }}" @@ -24,6 +24,7 @@ path : "files/chhammer-known_good-1.0.2.tar.gz" namespace : "{{ __pah_namespace }}" name : known_good + auto_approve : false # Example with `auto_approve` set to `false`: #############################################