Skip to content

update build for compatible revision app #73

update build for compatible revision app

update build for compatible revision app #73

Workflow file for this run

name: lower
on: [workflow_dispatch, pull_request, push]
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
lower-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v17
with:
extra-conf: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v16
with:
name: tek
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
- id: bounds
run: nix run .#lower.auto -- --output=ga-pr --build-timeout=3600
- name: pr
if: steps.bounds.outputs.commit-message
uses: peter-evans/create-pull-request@v7
with: ${{ steps.bounds.outputs }}