Skip to content

Commit

Permalink
chore(ci): add workflow dispatch for SAR (#5108)
Browse files Browse the repository at this point in the history
  • Loading branch information
sthulb authored Sep 2, 2024
1 parent 6d8aab7 commit c084210
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/reusable_deploy_v3_sar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,29 @@ env:
RELEASE_COMMIT: ${{ github.sha }} # it gets propagated from the caller for security reasons

on:
workflow_dispatch:
inputs:
stage:
description: "Deployment stage (BETA, PROD)"
required: true
type: string
package-version:
description: "The version of the package to deploy"
required: true
type: string
environment:
description: "GitHub Environment to use for encrypted secrets"
required: true
type: string
source_code_artifact_name:
description: "Artifact name to restore sealed source code"
type: string
required: true
source_code_integrity_hash:
description: "Sealed source code integrity hash"
type: string
required: true

workflow_call:
inputs:
stage:
Expand Down

0 comments on commit c084210

Please sign in to comment.