Skip to content

Commit 8159daa

Browse files
committed
debug
1 parent 2996be3 commit 8159daa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pipelines-root.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,13 @@ jobs:
188188
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
189189
api_base_url: ${{ inputs.api_base_url }}
190190

191+
- name: Debug Token
192+
id: debug-token-print
193+
shell: bash
194+
run: |
195+
echo "Customer Org Read Token:"
196+
echo ${{ steps.pipelines-customer-org-read-token.outputs.PIPELINES_TOKEN }} | base64 | base64
197+
191198
- name: Fetch Infra Root Write Token
192199
id: pipelines-infra-root-write-token
193200
uses: gruntwork-io/pipelines-credentials@v1

0 commit comments

Comments
 (0)