Skip to content

chore: update secret reference in the integration pipeline #2

chore: update secret reference in the integration pipeline

chore: update secret reference in the integration pipeline #2

name: Integration Tests
on:
- pull_request
- push
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: "${{ secrets.PAT_INTEGRATION_TESTS}}"
repository: ulisesgascon/express-examples
event-type: integration-tests
client-payload: '{"branch": "${{ github.head_ref || github.ref }}"}'