Skip to content

fix(config): allow nulls for database user/pass #826

fix(config): allow nulls for database user/pass

fix(config): allow nulls for database user/pass #826

Workflow file for this run

name: Cachix
on:
pull_request:
push:
jobs:
build-to-cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v15
- uses: cachix/cachix-action@v10
with:
name: qbot
authToken: '${{ secrets.CACHIX_AUTHTOKEN }}'
- run: nix build
- run: ./result/bin/qbot --help
- run: echo OK