Skip to content

export_method: "ad-hoc" is deprecated at Xcode 15.4. Use "release-testing" instead. #3046

export_method: "ad-hoc" is deprecated at Xcode 15.4. Use "release-testing" instead.

export_method: "ad-hoc" is deprecated at Xcode 15.4. Use "release-testing" instead. #3046

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 }}'