Elektrine lite

← Feed

@arschflugkoerper@feddit.org

Post #1326694

2026-03-28 14:16 UTC

I definitely want to use forgejo actions, but I am mainly worried about random people being able to execute any code on them. Preferably only approved users can do that.

Replies (1)

  • The way forgejo actions works, is that it is not a universal thing for every repo. Each repo, can have it's own forgejo actions instance connected to it, running stuff. The big benefit of that, is that you can make users bring their own actions servers, and not bother to deploy your own.

    Open ##1326695