diff --git a/.circleci/config.yml b/.circleci/config.yml index c7528616b0..f6684de45e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,7 +41,7 @@ aliases: - . orbs: - gh: circleci/github-cli@2.1.0 + gh: circleci/github-cli@2.3.0 jobs: checkout: @@ -92,10 +92,15 @@ jobs: MYSQL_ROOT_PASSWORD: not_a_real_password working_directory: *workspace_root steps: + - checkout - attach_workspace: *attach_workspace - restore_cache: *restore_app_cache - - gh/setup + - gh-cli/install + - run: + name: Login to GitHub + command: | + gh auth login --with-token <<< "$GH_TOKEN" - run: name: Define target branch command: |