From d12d55a35c071dffb1b1cba88d256e1905a9ce3b Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Wed, 30 Aug 2023 13:16:19 -0500 Subject: [PATCH] Fix packaging-org-auth-url secret name --- .github/workflows/beta-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-test.yml b/.github/workflows/beta-test.yml index a413be7..d173e77 100644 --- a/.github/workflows/beta-test.yml +++ b/.github/workflows/beta-test.yml @@ -3,7 +3,7 @@ name: Beta Test on: workflow_call: secrets: - packaging-org: + packaging-org-auth-url: required: true dev-hub-auth-url: required: true @@ -42,4 +42,4 @@ jobs: if: ${{ always() }} run: | cci org scratch_delete beta - shell: bash \ No newline at end of file + shell: bash