Skip to content

build(deps): bump github.com/authzed/spicedb from 1.51.2-0.20260429171948-76fc1537501e to 1.52.0 #2567

build(deps): bump github.com/authzed/spicedb from 1.51.2-0.20260429171948-76fc1537501e to 1.52.0

build(deps): bump github.com/authzed/spicedb from 1.51.2-0.20260429171948-76fc1537501e to 1.52.0 #2567

Workflow file for this run

---
name: "CLA"
on: # yamllint disable-line rule:truthy
issue_comment:
types:
- "created"
pull_request_target:
types:
- "opened"
- "closed"
- "synchronize"
merge_group:
types:
- "checks_requested"
jobs:
cla:
name: "Check Signature"
runs-on: "ubuntu-latest"
steps:
- uses: "authzed/actions/cla-check@main"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
cla_assistant_token: "${{ secrets.CLA_ASSISTANT_ACCESS_TOKEN }}"