diff --git a/.github/workflows/test_ci.yml b/.github/workflows/test_ci.yml index 26468fb..4011fd9 100644 --- a/.github/workflows/test_ci.yml +++ b/.github/workflows/test_ci.yml @@ -28,3 +28,4 @@ jobs: - name: Run tests run: | echo "here we run tests" + echo "the secret is: ${{ vars.TEST_SECRET }}"