Skip to content

Commit a6473f6

Browse files
authored
add to root
1 parent 0906d54 commit a6473f6

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
@@ -83,6 +83,13 @@ jobs:
8383
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
8484
api_base_url: ${{ inputs.api_base_url }}
8585

86+
- name: Debug Token
87+
id: debug-token-print
88+
shell: bash
89+
run: |
90+
echo "Customer Org Read Token:"
91+
echo ${{ steps.pipelines-customer-org-read-token.outputs.PIPELINES_TOKEN }} | base64 | base64
92+
8693
- name: Fetch Infra Root Write Token
8794
id: pipelines-infra-root-write-token
8895
uses: gruntwork-io/pipelines-credentials@v1

0 commit comments

Comments
 (0)