Skip to content

Deploy to Staging

Deploy to Staging #1

name: Deploy to Staging
on:
workflow_dispatch:
inputs:
commit:
description: "Leave blank to use current HEAD, or provide an override commit SHA"
type: string
required: false
secrets:
PULUMI_ACCESS_TOKEN:
required: true
jobs:
deploy:
name: Deploy
uses: ./.github/workflows/deploy_generic.yml

Check failure on line 16 in .github/workflows/deploy_staging.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy_staging.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy_staging.yml" -> "./.github/workflows/deploy_generic.yml" (source branch with sha:6437cc56acd52e731e227c4864460e887d108530) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
commit: ${{ inputs.commit }}
environment: staging
secrets: inherit