From 36daee635c8694e2726639fa7465b0e26e1fb6a2 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 15 Sep 2023 11:09:11 +0600 Subject: [PATCH] cd: enable github creds context --- .circleci/config.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bb4e992a..2a722bf7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,9 +8,11 @@ jobs: machine: image: ubuntu-2204:current resource_class: arm.medium + parallelism: 3 steps: - checkout - - gh/setup + - gh/setup: + token: $GITHUB_TOKEN - run: name: Install dependencies command: | @@ -91,4 +93,7 @@ jobs: workflows: build_flutter_for_arm_workflow: jobs: - - flutter_linux_arm + - flutter_linux_arm: + context: + - org-global + - GITHUB_CREDS