Skip to content

Chore/actions GitHub #2

Chore/actions GitHub

Chore/actions GitHub #2

Workflow file for this run

name: Trigger Cross Repository Pipeline
on:
pull_request:
branches:
- main
jobs:
cross-repo-pipeline:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cross-repo-pipeline-trigger
uses: amandastecz/pipeline-trigger@v1.1
with:
pat-token: ${{ secrets.PAT_TOKEN }}
owner: "amandastecz"
repo: "playwright-actions"