StanfordBDHG / .github

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

Commit XCFramework via PAT #42

Closed philippzagar closed 10 months ago

philippzagar commented 10 months ago

Commit XCFramework via PAT

:recycle: Current situation & Problem

At the moment, the xcframework.yml reusable GitHub Action commits the created XCFramework file to a respective branch with the regular GitHub Access Token that is passed to every action. However, if the respective branch has some branch protections (e.g. on the main branch), the default access rights of the token won't be sufficient.

:gear: Release Notes

:books: Documentation

Included in the workflow files

:white_check_mark: Testing

Manually tested

Code of Conduct & Contributing Guidelines

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

philippzagar commented 10 months ago

@PSchmiedmayer First release of XCFramework done within the llama.cpp repo by @PaulsAutomationBot: https://github.com/StanfordBDHG/llama.cpp/pull/3

philippzagar commented 10 months ago

@PSchmiedmayer Second release done here: https://github.com/StanfordBDHG/ResearchKit/pull/11