Skip to content

Commit

Permalink
trigger pg-parquet #na
Browse files Browse the repository at this point in the history
  • Loading branch information
agent committed Mar 27, 2023
1 parent 4940f1e commit 606907c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/arrow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ jobs:
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:arrow
labels: ${{ steps.meta.outputs.labels }}

- name: trigger pg-parquet
run: |
curl -L -X POST https://api.github.com/repos/fj0r/io/actions/workflows/pg-paq.yml/dispatches \
-H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" \
-H "Authorization: Bearer ${{ secrets.ACTIONS_KEY }}" \
-d '{"ref":"main","inputs":{}}'

0 comments on commit 606907c

Please sign in to comment.