Skip to content

shorten ElGamal and fork proofs #78

shorten ElGamal and fork proofs

shorten ElGamal and fork proofs #78

Workflow file for this run

name: PR Summary
on:
pull_request_target:
types: [opened, synchronize]
jobs:
summarize:
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
pull-requests: write
issues: read
steps:
- uses: alexanderlhicks/lean-summary-workflow@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
github_repository: ${{ github.repository }}
pr_number: ${{ github.event.pull_request.number }}