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 fa21dd6 commit b8c80bd
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/gorgias.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ 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 }}

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 }}
secrets:
- GH_TOKEN: ${{ secrets.GORGIAS_BOT_READONLY_GH_ACTIONS_REPO_READ_TOKEN }}

0 comments on commit b8c80bd

Please sign in to comment.