From 9e3e9c3eb237873972c47b96b59a84b350a18cdd Mon Sep 17 00:00:00 2001 From: Mikhail Kuryshev Date: Mon, 1 Jun 2026 10:14:37 +0200 Subject: [PATCH] chore(ci): update secret env references to variable env references --- .github/workflows/_report-to-ketryx.yml | 5 +---- .github/workflows/ci-cd.yml | 5 ++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/_report-to-ketryx.yml b/.github/workflows/_report-to-ketryx.yml index 9c888d0..7eab5ea 100644 --- a/.github/workflows/_report-to-ketryx.yml +++ b/.github/workflows/_report-to-ketryx.yml @@ -8,9 +8,6 @@ on: required: true type: string secrets: - KETRYX_PROJECT: - description: 'Ketryx project ID' - required: true KETRYX_API_KEY: description: 'Ketryx API key' required: true @@ -36,7 +33,7 @@ jobs: - name: Report to Ketryx uses: Ketryx/ketryx-github-action@v1.4.0 with: - project: ${{ secrets.KETRYX_PROJECT }} + project: ${{ vars.KETRYX_PROJECT }} api-key: ${{ secrets.KETRYX_API_KEY }} build-name: ${{ inputs.build-name }} test-junit-path: test-results/**/*.xml diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ee940c0..fe5b83a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -60,8 +60,8 @@ jobs: run: npm run test:cli:e2e env: E2E_REFRESH_TOKEN: ${{ secrets.E2E_REFRESH_TOKEN }} - E2E_TEST_ENVIRONMENT: ${{ secrets.E2E_TEST_ENVIRONMENT }} - E2E_ADMIN_USER_EMAIL: ${{ secrets.E2E_ADMIN_USER_EMAIL }} + E2E_TEST_ENVIRONMENT: ${{ vars.E2E_TEST_ENVIRONMENT }} + E2E_ADMIN_USER_EMAIL: ${{ vars.E2E_ADMIN_USER_EMAIL }} E2E_ADMIN_USER_PASSWORD: ${{ secrets.E2E_ADMIN_USER_PASSWORD }} - name: Upload SDK test results @@ -140,7 +140,6 @@ jobs: with: build-name: 'pre-release' secrets: - KETRYX_PROJECT: KXPRJ7NZ5C47Q0Q84FTG9AZ2T17N8J2 # not a secret KETRYX_API_KEY: ${{ secrets.KETRYX_API_KEY }} release: