Skip to content

Commit

Permalink
chore: secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevmo92 committed Dec 16, 2024
1 parent 6495de7 commit 4de5b78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/demo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
echo "$DEVHUB_AUTH_URL" >auth_with_quotes.key
tr -d '\"' <auth_with_quotes.key >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
Expand Down

0 comments on commit 4de5b78

Please sign in to comment.