Secrets Managements - nimblehq/github-notifications-mac GitHub Wiki
Github Actions Secrets
Github Action Secrets store information related to CI/CD such as Apple Developer Account, Github Access Token, and Fastlane match password.
List of secrets environment variables:
FASTLANE_USERNAMEis the Apple ID username.FASTLANE_PASSWORDis the Apple Developer Portal password.FASTLANE_SESSIONis the pre-generated session when 2-factor authentication is enabled.MATCH_PASSWORDis the password of the match encryption for use in Fastlane match.TEAM_IDis the ID of the Developer Portal team for use in Fastlane match and notarization.GH_PTAis the Github personal access token for pushing a new tag and trigger a build.SSH_PRIVATE_KEYis the SSH key connected to a user with match repository access.
FASTLANE_USERNAME, FASTLANE_PASSWORD, and FASTLANE_SESSION are for signing the application when build and notarizing the application for release.