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 f0e7b09 commit 0906d54Copy full SHA for 0906d54
.github/workflows/pipelines.yml
@@ -74,6 +74,13 @@ jobs:
74
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
75
api_base_url: ${{ inputs.api_base_url }}
76
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
+
84
- name: Fetch Create PR Token
85
id: pipelines-propose-infra-change-token
86
uses: gruntwork-io/pipelines-credentials@v1
0 commit comments