diff --git a/.github/workflows/pull-reviews.yml b/.github/workflows/pull-reviews.yml index b5fa97d77..0dd3e7682 100644 --- a/.github/workflows/pull-reviews.yml +++ b/.github/workflows/pull-reviews.yml @@ -11,14 +11,10 @@ permissions: jobs: preel: + if: github.event.pull_request.head.repo.fork == false uses: ambient-code/pull-reviews/.github/workflows/review.yml@main with: - s3_bucket: pull-reviews + gcs_bucket: ambient-code-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 }} diff --git a/README.md b/README.md index a4343c616..249b9717c 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,4 @@ This project is licensed under the MIT License -- see the [LICENSE](LICENSE) fil --- **Note:** This project was formerly known as "vTeam". Technical artifacts (image names, namespaces, API groups) still use "vteam" for backward compatibility. +