scientific-python / circleci-artifacts-redirector-action

GitHub Action to add a GitHub status link to a CircleCI artifact.
MIT License
15 stars 9 forks source link

Update YAML example to show permissions needed #37

Closed joycebrum closed 1 year ago

joycebrum commented 1 year ago

I've seen this issue #33 which have helped me a lot on setting the write permissions to circleci-artifacts-redirector-action at https://github.com/numpy/numpy/pull/23294 .

This permission configuration worked fine and it is possible that a even more specific permissions would also work (contents: read instead of read-all, for example), but considering I've not tested this scenarios, I would stick to what works.

Let me know if you have any doubts or concerns about this.

larsoner commented 1 year ago

Nice addition, thanks @joycebrum !