Skip to content

Commit

Permalink
view secrets context
Browse files Browse the repository at this point in the history
  • Loading branch information
yaswant authored Oct 2, 2023
1 parent cddd521 commit cd48f0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
runs-on: jedi-self-hosted-rg

steps:
- name: view secrets context
shell: bash
run: echo "$SECRETS_CONTEXT"
env:
SECRETS_CONTEXT: ${{ toJson(secrets) }}

- name: pre-submit cleanup
run: |
ls -la ./
Expand Down

0 comments on commit cd48f0f

Please sign in to comment.