actions

Untitled

Files

./fastlane/Pluginfile

./fastlane/Fastfile

.fastlane/.env

# Slack
SLACK_URL = '<https://hooks.slack.com/services/xxxxxxx>'
SLACK_CHANNEL = 'channel_name'

# AppStore Connect
APPSTORE_CONNECT_ID = '[email protected]'
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD = 'xxxx-xxxx-xxxx-xxxx'

# Github
GITHUB_SIGNING_REPO_URL = '<https://github.com/git-user/repo.git>'
GITHUB_API_TOKEN = 'git-token-password'

Build

gym action