fix segfault when using incorrect type on protobuf instantiation #322
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "CLA" | |
on: | |
issue_comment: | |
types: | |
- "created" | |
pull_request_target: | |
types: | |
- "opened" | |
- "closed" | |
- "synchronize" | |
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 }}" |