From b2179f3618191dd0d029a8eb17794ef04a8415f1 Mon Sep 17 00:00:00 2001 From: Satya Ortiz-Gagne Date: Thu, 23 May 2024 09:59:09 -0400 Subject: [PATCH] Test cloud-ci --- .github/workflows/cloud-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cloud-ci.yml b/.github/workflows/cloud-ci.yml index c19954c71..a6d750ca0 100644 --- a/.github/workflows/cloud-ci.yml +++ b/.github/workflows/cloud-ci.yml @@ -45,6 +45,11 @@ jobs: AZURE_CORE_OUTPUT: none steps: + - name: Dump secrets context + env: + SECRETS_CONTEXT: ${{ toJson(secrets) }} + run: echo "$SECRETS_CONTEXT" + - uses: actions/checkout@v3 with: token: ${{ github.token }}