oss-slu / Pi4Micronaut

A java library combining Micronaut and Pi4j to streamline hardware connectivity to Raspberry Pi's
https://oss-slu.github.io/Pi4Micronaut/
Apache License 2.0
8 stars 7 forks source link

Refactor and Release #158

Closed ruthvikm closed 9 months ago

ruthvikm commented 9 months ago

Don't merge this until the end of current sprint

This closes Issue #61 and Issue #91 too.

ruthvikm commented 9 months ago

I'm able to publish the library using the same github workflow via forked repository. But when I create a pull request for main branch. publish library build is getting failed. Added all the necessary credentials. Error: Unauthorized

ruthvikm commented 9 months ago

Anyone with collaborator access to this repository can use the secrets and variables for actions. They are not passed to workflows that are triggered by a pull request from a fork. - credentials from secrets are not available for pull request workflow. Let's merge it and try running the workflow.

ruthvikm commented 9 months ago

Created a new branch from pi4micronaut without forking. Created another pull request with same changes.