We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0906d54 commit a6473f6Copy full SHA for a6473f6
.github/workflows/pipelines-root.yml
@@ -83,6 +83,13 @@ jobs:
83
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
84
api_base_url: ${{ inputs.api_base_url }}
85
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
+
93
- name: Fetch Infra Root Write Token
94
id: pipelines-infra-root-write-token
95
uses: gruntwork-io/pipelines-credentials@v1
0 commit comments