feat: rename/create file/folder check for invalid chars - WPB-22585 πβ¦ #2286
This file contains hidden or 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: Edge | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - 'develop' | |
| permissions: | |
| checks: write | |
| jobs: | |
| development: | |
| uses: ./.github/workflows/_reusable_app_release.yml | |
| with: | |
| countly_enabled: true | |
| datadog_enabled: true | |
| fastlane_action: development | |
| is_cloud_build: true | |
| produce_changelog: false | |
| distribute_externals: true # automatically deliver to Wire Employees | |
| notify_secret: WIRE_IOS_BUILD_WEBHOOK | |
| secrets: inherit |