From d05871b32362a592938ec467bd4c6193c85f6eb5 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Sun, 1 Oct 2023 22:42:35 +0000 Subject: [PATCH] updated secret workflow --- .github/workflows/08-secrets.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/08-secrets.yml b/.github/workflows/08-secrets.yml index 02f79d0..7e9bb9f 100644 --- a/.github/workflows/08-secrets.yml +++ b/.github/workflows/08-secrets.yml @@ -46,4 +46,9 @@ jobs: env: Structured: ${{ secrets.Structured }} + - name: Parse Structured Objects + run: echo "$Structured" + env: + Structured: ${{fromJson(secrets.Structured).clientSecret}} + \ No newline at end of file