Skip to content

Workflow file for this run

name: Gorgias E2E tests
on:
pull_request:
permissions:
contents: read
# The id-token: write permission is required for workload identity authentication to GCloud
id-token: write
jobs:
kafka-to-bigquery:
runs-on: ubuntu-latest
steps:
- name: Kafka to BigQuery
uses: gorgias/data-analytics-engineering-platform/.github/workflows/reusable-bizon-kafka2bq-e2e-test.yml@main
with:
ref: ${{ github.ref }}
env:
GH_TOKEN: ${{ secrets.GORGIAS_BOT_READONLY_GH_ACTIONS_REPO_READ_TOKEN }}