Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aballiet committed Dec 20, 2024
1 parent 9c3eadb commit fa21dd6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/gorgias.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ permissions:

jobs:
kafka-to-bigquery:
name: Kafka to BigQuery
uses: gorgias/data-analytics-engineering-platform/.github/workflows/reusable-bizon-kafka2bq-e2e-test.yml@main
with:
ref: ${{ github.ref }}
secrets: inherit

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 }}

0 comments on commit fa21dd6

Please sign in to comment.