Neil Miller
10/08/2024, 6:35 PMkpgalligan
10/09/2024, 12:48 PM-PGITHUB_REPO=[remote url]
◦ For the action, use the remote
param (https://github.com/touchlab/ga-update-release-tag/blob/main/action.yml#L22)
Manual setup for GitHub deploy keys can be found in the [CocoaPods docs](https://touchlab.co/kmmbridge/cocoapods/cocoapodsgithubpodspec#deploy-keys). The GA action that will set the token for the workflow would look [like this](https://github.com/touchlab/KMMBridgeGithubWorkflow/blob/main/.github/workflows/faktorybuildautoversion.yml#L96), with your specific params added.
GitPortal has a command to automate the deploy key setup. That is part of the delay on drafting the unfinished doc you found. I'm on the fence whether the docs should just use that. The manual process is very error-prone, and has resulted in quite a few chats that suck up time, and ultimately turn out to be using the wrong repo in the comment or similar. OTOH, the automated version currently uses the GitHub CLI tool, which not everybody is comfortable with or wants to install.kpgalligan
10/09/2024, 12:50 PMgitportal deploykey -k [remote repo in "owner/repo" format] -a [app repo in "owner/repo" format]