From 5adf9381d62de4c298ec6f703c68f0afb3041419 Mon Sep 17 00:00:00 2001 From: istarkov Date: Fri, 31 Jan 2025 11:21:37 +0000 Subject: [PATCH] Test --- .github/workflows/fixtures-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fixtures-test.yml b/.github/workflows/fixtures-test.yml index 51a739240179..730a4c469a46 100644 --- a/.github/workflows/fixtures-test.yml +++ b/.github/workflows/fixtures-test.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} environment: - name: development + name: staging env: DATABASE_URL: postgres:// @@ -37,6 +37,9 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha || github.sha }} + - run: | + echo "Secrets available: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN != '' }}" + - uses: ./.github/actions/submodules-checkout with: submodules-ssh-key: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}