Skip to content

Instantly share code, notes, and snippets.

@Sanaebadi97
Created February 28, 2021 12:34
Show Gist options
  • Save Sanaebadi97/2edfc8cc66c0ce1ebfadcfc585621afb to your computer and use it in GitHub Desktop.
Save Sanaebadi97/2edfc8cc66c0ce1ebfadcfc585621afb to your computer and use it in GitHub Desktop.
desc "abcabcacb..."
lane : lane_name do
some commands
end
--------------
**And the main body is as follows:**
defualt_platforom(:android)
platform : android do
-------------
**First of all, we need to create the webhook as a variable for the whole fastlane, so we change the top as follows:**
defualt_platforom(:android)
platform : android do
before_all do
ENV["SLACK_URL] ="webhook url"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment