Skip to content

Trigger lucky number 13 #89

Trigger lucky number 13

Trigger lucky number 13 #89

Workflow file for this run

name: Static Deployment
on:
push:
branches:
- DEVOPS-2759-test-public-repo-common-workflow
workflow_dispatch:
inputs:
environment:
required: false
type: choice
description: "Select the environment to deploy to (optional for pushes)"
options:
- staging
- prod
jobs:
deploy:
uses: ./.github/workflows/re_use_workflow.yml
with:
environment: "dev"
secrets: inherit