Skip to content

fix(flake): make nixpod with nix db #59

fix(flake): make nixpod with nix db

fix(flake): make nixpod with nix db #59

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
jobs:
labeler:
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # ratchet:crazy-max/ghaction-github-labeler@v5
with:
skip-delete: true
github-token: ${{ secrets.GITHUB_TOKEN }}