From 65475305d14e15dab41e24aef0e91c39e20f60e6 Mon Sep 17 00:00:00 2001 From: mchan9125 Date: Thu, 7 Dec 2023 10:35:55 -0800 Subject: [PATCH] remove github token parameter --- .circleci/test-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/test-deploy.yml b/.circleci/test-deploy.yml index 1dcef7d..396e51b 100644 --- a/.circleci/test-deploy.yml +++ b/.circleci/test-deploy.yml @@ -339,9 +339,9 @@ workflows: orb_name: cloudavail/aws-ecr vcs_type: << pipeline.project.type >> pub_type: production - enable_pr_comment: true + enable_pr_comment: false requires: [ orb-tools/lint, orb-tools/review, orb-tools/pack, integration-test-default-profile, integration-test-pubic-registry, integration-test-skip_when_tags_exist-amd64, integration-test-skip_when_tags_exist-arm64, integration-test-named-profile, integration-test-tag-existing-image, integration-test-tag-image-with-existing-tag ] - github_token: GHI_TOKEN +# github_token: GHI_TOKEN context: orb-publisher filters: *release-filters executors: