Skip to content

Microservices for authentication and authorization #473

Microservices for authentication and authorization

Microservices for authentication and authorization #473

Workflow file for this run

name: Main
on: [push, pull_request]
jobs:
build-gargantua:
uses: ./.github/workflows/build.yaml

Check failure on line 5 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yaml" -> "./.github/workflows/build.yaml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
path: .
image: gargantua
secrets: inherit
build-user-service:
uses: ./.github/workflows/build.yaml
with:
path: ./services/usersvc
image: userservice
secrets: inherit