diff --git a/.github/workflows/pull-reviews.yml b/.github/workflows/pull-reviews.yml new file mode 100644 index 000000000..b5fa97d77 --- /dev/null +++ b/.github/workflows/pull-reviews.yml @@ -0,0 +1,24 @@ +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 + 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 }}