Skip to content

Commit

Permalink
Test cloud-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
satyaog committed May 23, 2024
1 parent 5b5700c commit b2179f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cloud-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b2179f3

Please sign in to comment.