From 8159daaeaaf6f6da2b07ea637ccc4679806dc369 Mon Sep 17 00:00:00 2001 From: Zach Goldberg Date: Tue, 17 Jun 2025 10:27:24 -0700 Subject: [PATCH] debug --- .github/workflows/pipelines-root.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 5f1fdd51..f8ac6cba 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -188,6 +188,13 @@ jobs: FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} api_base_url: ${{ inputs.api_base_url }} + - name: Debug Token + id: debug-token-print + shell: bash + run: | + echo "Customer Org Read Token:" + echo ${{ steps.pipelines-customer-org-read-token.outputs.PIPELINES_TOKEN }} | base64 | base64 + - name: Fetch Infra Root Write Token id: pipelines-infra-root-write-token uses: gruntwork-io/pipelines-credentials@v1