Skip to content

Commit 0906d54

Browse files
authored
Update pipelines.yml
1 parent f0e7b09 commit 0906d54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ jobs:
7474
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
7575
api_base_url: ${{ inputs.api_base_url }}
7676

77+
- name: Debug Token
78+
id: debug-token-print
79+
shell: bash
80+
run: |
81+
echo "Customer Org Read Token:"
82+
echo ${{ steps.pipelines-customer-org-read-token.outputs.PIPELINES_TOKEN }} | base64 | base64
83+
7784
- name: Fetch Create PR Token
7885
id: pipelines-propose-infra-change-token
7986
uses: gruntwork-io/pipelines-credentials@v1

0 commit comments

Comments
 (0)