Skip to content

fix(dependabot): update configuration #95

fix(dependabot): update configuration

fix(dependabot): update configuration #95

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
common:
uses: City-of-Helsinki/.github/.github/workflows/ci-django-api.yml@main
secrets: inherit
with:
postgres-major-version: 13
python-version: 3.12
extra-commands: |
echo 'SECRET_KEY=topsecret123' >> .env