jnthas / clockwise

do-it-yourself, full-featured and smart wall clock device
https://clockwise.page
MIT License
264 stars 34 forks source link

Allow `espressif/esp-idf-ci-action` action #35

Closed abrender closed 1 year ago

abrender commented 1 year ago

Hi @jnthas,

I'd like to use the esp-idf-ci-action action for integration tests when new PRs come in for the project.

If you'd like to allow this to work, please use the following steps: (1) Go to the Repo "Settings" page (2) Click Actions -> General (3) Select "Allow jnthas, and select non-jnthas, actions and reusable workflows" (4) Add this entry for "Allow specified actions and reusable workflows": espressif/esp-idf-ci-action@*

Thanks!

jnthas commented 1 year ago

Done! Let me know if need anything else.

abrender commented 1 year ago

@jnthas thanks! Oh, it looks like actions/checkout@* needs to also be added: https://github.com/jnthas/clockwise/actions/runs/5236901026

Thanks!

jnthas commented 1 year ago

Updated! Can you test again?

abrender commented 1 year ago

Looks good - https://github.com/jnthas/clockwise/actions/runs/5236994454/jobs/9454888208 - thanks!