1
0
mirror of synced 2025-12-31 15:03:11 -05:00
Files
airbyte/.github/workflows/shared-pulls.yml
2022-06-02 12:35:13 -07:00

17 lines
519 B
YAML

name: "Shared Pull Requests"
on:
pull_request_target:
types: [opened, labeled, unlabeled, ready_for_review, synchronize, reopened]
jobs:
shared-pulls:
runs-on: ubuntu-latest
steps:
- uses: nick-fields/private-action-loader@v3
with:
pal-repo-token: "${{ secrets.OCTAVIA_PAT }}"
pal-repo-name: airbytehq/workflow-actions@production
# the following input gets passed to the private action
token: "${{ secrets.OCTAVIA_PAT }}"
command: "pull"