Skip to content

docs: how to remove or update a secret #6

docs: how to remove or update a secret

docs: how to remove or update a secret #6

Workflow file for this run

name: "CI checks"
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: ./lint.sh
- run: ./tests.sh