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.
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 ofread-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.