Skip to content

Test devices automatically sent on my app #2694

Test devices automatically sent on my app

Test devices automatically sent on my app #2694

Workflow file for this run

name: Processing issues
on:
issues:
types: [opened]
jobs:
fastlane-env:
name: fastlane env reminder
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: fastlane/github-actions/fastlane-env-reminder@latest
with:
repo-token: "${{ secrets.BOT_GITHUB_TOKEN }}"