Skip to content

fix(dashboard): build (#7373) #2

fix(dashboard): build (#7373)

fix(dashboard): build (#7373) #2

name: Deploy DEV EMBED
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:
push:
branches:
- next
- main
paths:
- 'libs/embed/**'
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
deploy_embed:
if: "!contains(github.event.head_commit.message, 'ci skip')"
uses: ./.github/workflows/reusable-embed-deploy.yml
with:
environment: Development
widget_url: https://dev.widget.novu.co
netlify_deploy_message: Dev deployment
netlify_alias: dev
netlify_gh_env: development
netlify_site_id: 22682666-3a8d-40be-af26-017bfadf5ae9
secrets: inherit
publish_docker_image_embed:
needs: deploy_embed
if: "!contains(github.event.head_commit.message, 'ci skip')"
uses: ./.github/workflows/reusable-docker.yml

Check failure on line 35 in .github/workflows/dev-deploy-embed.yml

View workflow run for this annotation

GitHub Actions / Deploy DEV EMBED

Invalid workflow file

The workflow is not valid. .github/workflows/dev-deploy-embed.yml (Line: 35, Col: 11): Input aws-region is required, but not provided while calling.
with:
environment: Development
package_name: novu/embed
project_path: libs/embed
local_tag: novu-embed
env_tag: dev
secrets: inherit