Skip to content

Commit

Permalink
Fix packaging-org-auth-url secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored Aug 30, 2023
1 parent 7b66581 commit d12d55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
if: ${{ always() }}
run: |
cci org scratch_delete beta
shell: bash
shell: bash

0 comments on commit d12d55a

Please sign in to comment.