1
0
mirror of synced 2026-01-10 00:03:08 -05:00
Files
airbyte/.github/workflows/shared-pulls.yml
2022-05-13 14:22:59 -07:00

17 lines
458 B
YAML

name: "Shared Pull Requests"
on:
pull_request_target:
types: [opened]
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"