Skip to content

fastlane init - creating app on AppStore connect results in error: The request could not be completed because: Server error got 500 #3033

fastlane init - creating app on AppStore connect results in error: The request could not be completed because: Server error got 500

fastlane init - creating app on AppStore connect results in error: The request could not be completed because: Server error got 500 #3033

Workflow file for this run

---
name: Process issues
on:
issues:
types:
- opened
jobs:
fastlane-env:
name: Remind user about posting their fastlane env
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: fastlane/github-actions/fastlane-env-reminder@latest
with:
repo-token: '${{ secrets.BOT_GITHUB_TOKEN }}'