From b9471d4f016312fe18f76d29028dfd00e8142403 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Sun, 6 Nov 2022 20:16:25 +0000 Subject: [PATCH] Sets same API key for models and engines --- .github/workflows/build_knapsack_models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_knapsack_models.yml b/.github/workflows/build_knapsack_models.yml index cf7caf100a..151cf4b27e 100644 --- a/.github/workflows/build_knapsack_models.yml +++ b/.github/workflows/build_knapsack_models.yml @@ -71,7 +71,7 @@ jobs: - name: Run tests env: - KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC: 864ef557d85ea8e603e086c0387d5154 + KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC: 09476e2ce491c12083df62768667c674 KNAPSACK_PRO_CI_NODE_TOTAL: ${{ matrix.ci_node_total }} KNAPSACK_PRO_CI_NODE_INDEX: ${{ matrix.ci_node_index }} KNAPSACK_PRO_LOG_LEVEL: info