Skip to content

Commit

Permalink
fixup! Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Nov 7, 2024
1 parent 617663c commit 62ee90c
Show file tree
Hide file tree
Showing 47 changed files with 136 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/actions/docker/build-api/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build API Docker Image

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

description: 'Builds a docker image for the API'

inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/docker/build-worker/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build Worker Docker Image

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

description: 'Builds a docker image for the Worker'

inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/run-api/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run API

description: Starts and waits for an API running instance

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

inputs:
launch_darkly_sdk_key:
description: 'The Launch Darkly SDK key to use'
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/run-backend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run Backend

description: Starts and waits for the API and Worker instance

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

inputs:
launch_darkly_sdk_key:
description: 'The Launch Darkly SDK key to use'
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/run-worker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run Worker

description: Sets up a Redis Cluster instance needed to run the tests

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

inputs:
launch_darkly_sdk_key:
description: 'The Launch Darkly SDK key to use'
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Setup Novu Monorepo

description: Sets up the whole monorepo and install dependencies

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

inputs:
slim:
description: 'Should only install dependencies and checkout code'
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/validate-openapi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Validate OpenAPI

description: Validates the OpenAPI from the API

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

runs:
using: composite

Expand Down
Empty file.
1 change: 1 addition & 0 deletions .github/workflows/dev-deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- 'libs/application-generic/**'
env:
TF_WORKSPACE: novu-dev
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
test_api:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev-deploy-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: Deploy DEV DASHBOARD

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev-deploy-embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: Deploy DEV EMBED

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev-deploy-inbound-mail.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy DEV Inbound Mail

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev-deploy-web-component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy DEV Notification Center Web Component

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

on:
workflow_dispatch:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev-deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: Deploy DEV WEB

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev-deploy-webhook.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy DEV WEBHOOK

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev-deploy-widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: Deploy DEV Widget

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev-deploy-worker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy DEV Worker

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev-deploy-ws.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy DEV WS

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

on:
pull_request:
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prepare-cloud-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Prepare Cloud Release'

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

on:
workflow_dispatch:
# Triggers the workflow every work day at 8:00 UTC
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prepare-self-hosted-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Prepare Self-hosted Release

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

on:
push:
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/preview-packages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish NPM Packages Previews

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

on:
workflow_dispatch:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prod-deploy-api.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy PROD API

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prod-deploy-embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: Deploy PROD EMBED

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prod-deploy-inbound-mail.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy PROD Inbound Mail

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prod-deploy-web-component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy PROD Notification Center Web Component

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

on:
workflow_dispatch:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/prod-deploy-web.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This is a basic workflow to help you get started with Actions

name: Deploy PROD WEB

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prod-deploy-webhook.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy PROD WEBHOOK

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/prod-deploy-widget.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This is a basic workflow to help you get started with Actions

name: Deploy PROD Widget

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prod-deploy-worker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy PROD Worker

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prod-deploy-ws.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy PROD WS

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-api-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: E2E API Tests

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_call:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-dashboard-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy Dashboard to Netlify

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_call:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/reusable-dashboard-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This is a basic workflow to help you get started with Actions

name: Test DASHBOARD

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build, tag and push docker image to ghcr.io

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_call:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-embed-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy Embed to Netlify

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_call:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-inbound-mail-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: E2E Inbound Mail Tests

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_call:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-notification-center.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Test and build @novu/notification-center

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

on:
workflow_call:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-web-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy Web to Netlify

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_call:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/reusable-web-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This is a basic workflow to help you get started with Actions

name: Test WEB

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-webhook-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: E2E WEBHOOK Tests

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_call:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-widget-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy Widget to Netlify

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_call:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/reusable-widget-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This is a basic workflow to help you get started with Actions
name: Test E2E WIDGET

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
on:
workflow_call:
Expand Down
Loading

0 comments on commit 62ee90c

Please sign in to comment.