Skip to content

Merge pull request #1356 from concord-consortium/188117054-additional… #417

Merge pull request #1356 from concord-consortium/188117054-additional…

Merge pull request #1356 from concord-consortium/188117054-additional… #417

name: 🚀 Deploy Web Backend to AWS
on:
workflow_dispatch:
inputs:
environment:
type: environment
default: 'learn.portal.staging.concord.org'
description: CloudFormation stack to deploy to
required: true
version:
default: ''
type: string
description: >-
Application version to deploy (defaults to latest pre-release/release version depending on if stack is a
staging or production environment)
env:
CONTAINER_IMAGE: ghcr.io/${{ github.repository }}
# To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable.
GH_TOKEN: ${{ github.token }}
jobs:
deploy:
uses: ${{ github.repository_owner }}/lara/.github/workflows/deploy_backend_to_aws.yml@v2

Check failure on line 25 in .github/workflows/deploy_backend_to_aws.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy_backend_to_aws.yml

Invalid workflow file

invalid value workflow reference: owner name must be a valid repository owner name
with:
environment: ${{ inputs.environment }}
version: ${{ inputs.version }}
docker-image-template-key-prefix: Portal
secrets: inherit