From 41250b4dde021612a6e18141a770a7293f2f4152 Mon Sep 17 00:00:00 2001 From: Pavel Rozhkov Date: Mon, 27 Nov 2023 14:14:43 +0100 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index bdb5dda8..eefee7fb 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,7 +7,7 @@ jobs: Test: runs-on: ubuntu-latest env: - AIDBOX_LICENSE_KEY_TESTS: ${{ secrets.AIDBOX_LICENSE_KEY_TESTS }} + AIDBOX_LICENSE: ${{ secrets.AIDBOX_LICENSE_KEY_TESTS }} AIDBOX_LICENSE_ID_TESTS: ${{ secrets.AIDBOX_LICENSE_ID_TESTS }} steps: - uses: actions/checkout@v2