Skip to content

chore(jeeves)!: update xdg-portals config #15

chore(jeeves)!: update xdg-portals config

chore(jeeves)!: update xdg-portals config #15

Workflow file for this run

name: "Publish every Git push to master to FlakeHub"
on:
push:
branches:
- "master"
jobs:
flakehub-publish:
runs-on: "ubuntu-latest"
permissions:
id-token: "write"
contents: "read"
steps:
- uses: "actions/checkout@v3"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/flakehub-push@main"
with:
name: "reo101/rix101"
rolling: true
visibility: "public"