taiki-e / checkout-action

GitHub Action for checking out a repository. (Simplified actions/checkout alternative that does not depend on Node.js.)
Apache License 2.0
17 stars 3 forks source link

Support checking out private repository #1

Open taiki-e opened 7 months ago

FelixSchwarz commented 3 months ago

Thank you for this action which really helped me now that GitHub switched to node20 for their actions.

I just had to implement support for private repos. Not sure if this is really a good implementation but it seems to work for my simple use case: https://github.com/FelixSchwarz/checkout-action/tree/private-repos