Skip to content

Commit

Permalink
🧪TEST: see secrets output
Browse files Browse the repository at this point in the history
  • Loading branch information
tallguyjenks committed Jul 19, 2024
1 parent 444500a commit 4c8d6f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-deployment-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c8d6f8

Please sign in to comment.