Skip to content

Empty commit to run CI #181

Empty commit to run CI

Empty commit to run CI #181

Workflow file for this run

name: event_sender
on:
push:
jobs:
sender:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.PAT }}
- name: Install Nix
uses: cachix/install-nix-action@v31.6.1
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build unkobot
run: nix build .#unkobot
- name: Run unkobot
run: ./result/bin/unkobot "${{ secrets.UNKOBOT_SECRET_KEY }}" "$(cat pubkey.txt)"