sparkfabrik / ios-build-action

Build iOS project (.xcodeproj, .xcworkspace), export .ipa, optional upload to BrowserStack App Live.
MIT License
129 stars 24 forks source link

Authentication for storing Match certificates #24

Open misaert opened 10 months ago

misaert commented 10 months ago

Hi,

For now, as I understand, we can only use our personal access token of GitHub to access on the repository dedicated for storing Match certificates.

Is there a way or is it planned in the future to use a token? With a GitHub Apps or as described in https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token.

In the Fastlane doc, it seems to have the MATCH_GIT_PRIVATE_KEY environment variable.

Thanks,

Mickaël

edodusi commented 10 months ago

Hi @misaert, I think this is a new thing in Fastlane (or at least newer than when we first created this Action - or it could be that we missed it), anyway it seems like an interesting enhancement.

We don't have a roadmap, but this is something we'll maybe investigate.

Are you willing to contribute on this maybe?