drawbridge 0.4.2

Drawbridge library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Update Nix flake

on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:

jobs:
  nix-update:
    permissions:
      contents: write
      pull-requests: write
    secrets: inherit
    uses: enarx/.github/.github/workflows/nix-update.yml@main