StanfordBDHG / .github

Collection of default community health files, GitHub Action workflows, templates
https://biodesigndigitalhealth.stanford.edu
3 stars 2 forks source link

Add ability to specify PAT and submodule inputs for checkout action #29

Closed Supereg closed 1 year ago

Supereg commented 1 year ago

Add ability to specify PAT and submodule inputs for checkout action

:recycle: Current situation & Problem

Currently, it is not possible to modify the behavior of the actions/checkout step of the xcodebuild-or-fastlane workflow. This might be desired for more custom project setup where, e.g., submodules should be checked out.

:bulb: Proposed solution

This PR adds two new inputs to the xcodebuild-or-fastlane workflow to allow specifying the token and submodules option of the checkout actions to allow (1) automatic checkout of submodules and (2) allow checkout of private submodules.

:gear: Release Notes

:heavy_plus_sign: Additional Information

Related PRs

Testing

This action run verifies functionality of the updated action. The codeql job still runs without issue by not providing any of the new inputs and the buildandtest job successfully fetches the submodule using the provided PAT.

Reviewer Nudging

This setup was tested to work in the above mentioned scenario. Here is the workflow file for this workflow run.

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: