Skip to content

Deploying account wide to nonprod workspace - dev #227

Deploying account wide to nonprod workspace - dev

Deploying account wide to nonprod workspace - dev #227

name: "Deploy: Account Wide - Nonprod"
on:
workflow_dispatch:
inputs:
account:
description: Account to deploy
required: true
default: dev
type: choice
options:
- dev
- qa
- int
- ref
- mgmt
jobs:
deploy:
uses: ./.github/workflows/_deploy.yml

Check failure on line 19 in .github/workflows/deploy-account-wide-resources.yml

View workflow run for this annotation

GitHub Actions / Deploy: Account Wide - Nonprod

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-account-wide-resources.yml" -> "./.github/workflows/_deploy.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
account: ${{ inputs.account }}
workspace: ${{ inputs.account }}
scope: "per_account/${{ inputs.account }}"
secrets: inherit # pragma: allowlist secret
run-name: Deploying account wide to nonprod workspace - ${{ inputs.account }}