From 4c8d6f84633f945c71d852d8d21fec578600e8d5 Mon Sep 17 00:00:00 2001 From: "Bryan.Jenks" Date: Fri, 19 Jul 2024 14:27:13 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AATEST:=20see=20secrets=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-deployment-issue.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/update-deployment-issue.yml b/.github/workflows/update-deployment-issue.yml index f2f4529..d3356c4 100644 --- a/.github/workflows/update-deployment-issue.yml +++ b/.github/workflows/update-deployment-issue.yml @@ -33,6 +33,12 @@ jobs: runs-on: ubuntu-latest steps: + - name: debug secrets + shell: bash + run: | + echo "MULESOFT_GITHUBAPP_CLIENTID == ${{ secrets.MULESOFT_GITHUBAPP_CLIENTID}}" + echo "MULESOFT_GITHUBAPP_PRIVATEKEY == ${{ secrets.MULESOFT_GITHUBAPP_PRIVATEKEY }}" + - name: Get token from Github App id: app-token uses: CoveredCA/common-devops/packages/app-token@main