Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

fix!: app key no longer base64 encoded #234

fix!: app key no longer base64 encoded

fix!: app key no longer base64 encoded #234

Workflow file for this run

name: "test"
on:
pull_request:
push:
branches:
- "main"
jobs:
build-and-check:
strategy:
matrix:
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.1
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-22.11
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- uses: cachix/cachix-action@v14
with:
name: timhae-firefly
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix build
- run: nix flake check