From 4de5b7803702481512c71cac0853446809d97a28 Mon Sep 17 00:00:00 2001 From: Kevmo92 Date: Mon, 16 Dec 2024 14:26:59 -0500 Subject: [PATCH] chore: secret --- .github/workflows/demo-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/demo-ci.yml b/.github/workflows/demo-ci.yml index 15eef51..1a46806 100644 --- a/.github/workflows/demo-ci.yml +++ b/.github/workflows/demo-ci.yml @@ -32,6 +32,8 @@ jobs: echo "$DEVHUB_AUTH_URL" >auth_with_quotes.key tr -d '\"' auth.key sf org login sfdx-url -f auth.key -d + rm auth_with_quotes.key auth.key + sf package version create --json --skip-ancestor-check --version-number 0.1.0.NEXT --definition-file config/project-scratch-def.json --package KevmoDemo --installation-key-bypass --code-coverage --version-name ver 0.1.0 | jq '.result' >package_version_report.json job_id=$(jq -r '.Id' package_version_report.json) while [[ "$job_status" != "Success" ]]; do