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 }}