fastlane導入してとりあえずSlackだけしてみる 執筆者 sakamoto_yasuaki | 8月 4, 2020 | fastlane, iOS, Ruby, プログラミングfastlaneの導入 gemでもbrewでもいけるけど,Gemfile作ってその中に source “https://rubygems.org” gem ‘fastlane’ https://docs.fastlane.tools/actions/slack/ 下記にあるとおり,Incoming WebhookのURLをexportしておく Create an Incoming WebHook and export this as SLACK_URL. Can send a...