This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
PSG-4899 use template for deprecated readmes #50
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger iOS App UI Tests | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
trigger-ui-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger UI Test Workflow in iOS App Repo | |
uses: convictional/[email protected] | |
with: | |
owner: passageidentity | |
repo: passage-ios-uitest-app | |
github_token: ${{ secrets.GH_ACCESS_TOKEN }} | |
workflow_file_name: ui-tests.yml | |
github_user: rickycpadilla | |
client_payload: '{"passage_ios_branch_name": "${{ github.head_ref }}"}' |