Skip to content

feat: overhaul Claude Code automation — agents, skills, hooks, docs #54

feat: overhaul Claude Code automation — agents, skills, hooks, docs

feat: overhaul Claude Code automation — agents, skills, hooks, docs #54

Workflow file for this run

name: Video Review
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
id-token: write
jobs:
preel:
uses: ambient-code/pull-reviews/.github/workflows/review.yml@main

Check failure on line 14 in .github/workflows/pull-reviews.yml

View workflow run for this annotation

GitHub Actions / Video Review

Invalid workflow file

The workflow is not valid. .github/workflows/pull-reviews.yml (Line: 14, Col: 11): Input gcs_bucket is required, but not provided while calling. .github/workflows/pull-reviews.yml (Line: 16, Col: 18): Invalid input, s3_bucket is not defined in the referenced workflow.
with:
s3_bucket: pull-reviews
gcp_project_id: ambient-code-platform
gcp_region: us-east5
gcp_workload_identity_provider: projects/888214980327/locations/global/workloadIdentityPools/github/providers/ambient-code-github-actions
secrets:
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
CDN_BASE_URL: ${{ secrets.CDN_BASE_URL }}