Skip to content

Feature/add ci docker and deploy #1

Feature/add ci docker and deploy

Feature/add ci docker and deploy #1

Workflow file for this run

---
name: CI services/fastapi-ml
on:
pull_request:
paths:
- '.github/workflows/service-test.yml'
- '.github/workflows/ci-fastapi-ml.yml'
- 'libs/*' # Dependency change
- 'services/fastapi-ml/*'
push:
branches:
- main
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs:
ci-fastapi-ml:

Check failure on line 17 in .github/workflows/ci-fastapi-ml.yml

View workflow run for this annotation

GitHub Actions / CI services/fastapi-ml

Invalid workflow file

The workflow is not valid. .github/workflows/ci-fastapi-ml.yml (Line: 17, Col: 3): Error calling workflow 'haicheviet/python-monorepo/.github/workflows/service-test.yml@ee409b96b69fe4fea3139657a3758451222f1f36'. The nested job 'test' is requesting 'packages: write', but is only allowed 'packages: read'.
uses:
./.github/workflows/service-test.yml
with:
working-directory: services/fastapi-ml
requirement-file: services/fastapi-ml/poetry.lock
project-flag: fastapi-ml
secrets: inherit