From de6bce0e25b3abaacc2c968dcb538bba9339ef5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Gu=CC=88nther?= Date: Thu, 19 Sep 2024 14:28:28 +0200 Subject: [PATCH] TASK: Install newer version of GitHub CLI --- .circleci/config.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c7528616b0..f76a314080 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,4 +1,4 @@ -version: 2.0 +version: 2.1 aliases: - &workspace_root ~/neos-ui-workspace @@ -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/install + - run: + name: Login to GitHub + command: | + gh auth login --with-token < "$GH_TOKEN" - run: name: Define target branch command: |