Skip to content

Commit

Permalink
Update cci-standard-workflow-run-flow-scratch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RupertBarrow authored Nov 18, 2022
1 parent 2ff6af4 commit 1849f19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cci-standard-workflow-run-flow-scratch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ on:
secrets:
dev-hub-auth-url:
required: true
cumulusci-service-github:
required: true

jobs:
run-flow-scratch:
Expand All @@ -32,6 +34,7 @@ jobs:
- uses: RupertBarrow/cumulus-action-run-flow-scratch@main
with:
dev-hub-auth-url: "${{ secrets.dev-hub-auth-url }}"
cumulusci-service-github: "${{ secrets.cumulusci-service-github }}"
cumulusci-version: "${{ inputs.cumulusci-version }}"
sfdx-version: "${{ inputs.sfdx-version }}"
flow-name: "${{ inputs.flow-name }}"
Expand Down

0 comments on commit 1849f19

Please sign in to comment.