Skip to content

Merging to release-5.10: [TT-15415] Added response body size validation (#7430) #830

Merging to release-5.10: [TT-15415] Added response body size validation (#7430)

Merging to release-5.10: [TT-15415] Added response body size validation (#7430) #830

Workflow file for this run

name: Visor
on:
pull_request:
types: [opened, synchronize]
issues:
types: [opened]
issue_comment:
types: [created]
permissions:
contents: read
pull-requests: write
issues: write
checks: write
jobs:
visor:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: probelabs/visor@main
with:
app-id: ${{ secrets.PROBE_APP_ID }}
private-key: ${{ secrets.PROBE_APP_PRIVATE_KEY }}
installation-id: ${{ secrets.PROBE_APP_INSTALLATION_ID }}
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}