Make key in crypto predicates not dependent on the key usage #479
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
jobs: | |
nix: | |
name: Nix | |
runs-on: [ self-hosted, nix ] | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run `nix flake check` | |
run: nix --access-tokens "github.com=${{ secrets.NIX_GITHUB_TOKEN }}" flake check -L |