Skip to content

ci(keymap-drawer): fix persistence of credential across workflow #74

ci(keymap-drawer): fix persistence of credential across workflow

ci(keymap-drawer): fix persistence of credential across workflow #74

Workflow file for this run

# This file was autogenerated by actions.nix. Do not edit it manually.
# To make changes, edit the workflow definition in your flake's actions-nix configuration
# (typically under flake.actions-nix.workflows.".github/workflows/flake-check.yml") and run:
# nix run .#render-workflows
# Or commit to trigger the pre-commit hook if enabled.
jobs:
checking-flake:
permissions:
contents: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@main
with:
fetch-depth: 1
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@v21
- name: Magic Nix Cache(Use GitHub Actions Cache)
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run nix flake check
run: nix flake check --impure --all-systems --no-build
timeout-minutes: 30
'on':
pull_request:
branches:
- master
paths:
- flake.nix
- flake.lock
- flake/**
push:
branches:
- master
paths:
- flake.nix
- flake.lock
- flake/**
workflow_dispatch: {}