Skip to content

testflight

testflight #23

Workflow file for this run

run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
pull_request:
branches:
- development
workflow_dispatch:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- name: Install Bundler
run: gem install bundler
- name: Install gems
run: bundle install
- name: Build and Upload to Testflight
run: bundle exec fastlane runTestFlight
env:

Check failure on line 25 in .github/workflows/pullRequest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pullRequest.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
MATCH_PASSWORD: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}