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 2996be3 commit 8159daaCopy full SHA for 8159daa
.github/workflows/pipelines-root.yml
@@ -188,6 +188,13 @@ jobs:
188
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
189
api_base_url: ${{ inputs.api_base_url }}
190
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
+
198
- name: Fetch Infra Root Write Token
199
id: pipelines-infra-root-write-token
200
uses: gruntwork-io/pipelines-credentials@v1
0 commit comments