在CircleCI中,我们需要add_ssh_keys
访问另一个不在组织中的私有仓库。
我们fastlane match
在工作中使用,所以它不是简单的结帐。
例如
- add_ssh_keys:
fingerprints:
- "SO:ME:FIN:G:ER:PR:IN:T"
你如何在 GitHub Actions 中做到这一点?
在CircleCI中,我们需要add_ssh_keys
访问另一个不在组织中的私有仓库。
我们fastlane match
在工作中使用,所以它不是简单的结帐。
例如
- add_ssh_keys:
fingerprints:
- "SO:ME:FIN:G:ER:PR:IN:T"
你如何在 GitHub Actions 中做到这一点?
您可以使用安装 SSH 密钥操作。只需确保您在 中使用 SSH git URL Matchfile
,而不是 HTTPS URL。