From cc61cf2ddd8ada2079a74daca15a5b24f1766e9d Mon Sep 17 00:00:00 2001 From: Ricardo Sanz Date: Mon, 25 Mar 2024 10:28:51 +0000 Subject: [PATCH] Issue #0: Debug auth.json file --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bb55dce..a907dea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,6 +36,8 @@ jobs: # } echo "auth.json path: $GITHUB_WORKSPACE/auth.json" echo '${{ secrets.auth_json_for_boilerplate_github_ci }}' > $GITHUB_WORKSPACE/auth.json + echo "Debug: Display auth.json file (token should be regenerated after these tests!)" + cat $GITHUB_WORKSPACE/auth.json pwd - name: Prepare container for testing