Skip to content

Commit

Permalink
Update beta-test-env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored Nov 22, 2023
1 parent 7e4bc59 commit f57fc20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/beta-test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Beta Test

on:
workflow_call:
inputs:
env-name:
required: true
type: string
secrets:
packaging-org-auth-url:
required: true
Expand All @@ -16,7 +20,7 @@ jobs:
beta-test:
name: "Beta Test"
runs-on: ubuntu-latest
environment: 1GP Packaging
environment: ${{ inputs.env-name }}
container:
image: ghcr.io/muselab-d2x/d2x:latest
options: --user root
Expand Down

0 comments on commit f57fc20

Please sign in to comment.