From 6316aa2f13b09f54138b84b61345ba9e23941090 Mon Sep 17 00:00:00 2001 From: Elia Schito Date: Mon, 27 Feb 2023 18:26:13 +0100 Subject: [PATCH] Expose stripe credentials to the CI The credentials have been added to the CircleCI environment and can be used to test system specs agains the Stripe test environment. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index edb0877e..5f2e5f0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,6 +85,7 @@ workflows: jobs: - run-specs: name: 'run-specs-ruby-<>-db-<>' + context: stripe-test-credentials matrix: parameters: ruby: ['3.2'] # TODO: ['3.2', '3.1', '3.0']