Skip to content

chore(flake/nixpkgs): df4d6022 -> 37e6adc9 #4030

chore(flake/nixpkgs): df4d6022 -> 37e6adc9

chore(flake/nixpkgs): df4d6022 -> 37e6adc9 #4030

Workflow file for this run

name: Automatic Rebase
on:
push:
branches-ignore:
# Ignore branches automatically created by github-rebase
- rebase-pull-request**
- cherry-pick-rebase-pull-request**
pull_request_target:
types:
- labeled
jobs:
auto-rebase:
name: AutoRebase
runs-on: ubuntu-latest
steps:
- uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: Label305/[email protected]
with:
github_token: ${{ steps.generate-token.outputs.token }}