eternagame / eterna-mobile

Eterna mobile app
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

CI for pull requests #135

Open luxaritas opened 1 month ago

luxaritas commented 1 month ago

Right now we only run CI when we commit to the primary branch. It would be great to run CI on PRs to pick up on any issues sooner. However, we rely on access to secrets, which adds additional complexity in order to ensure the secrets are secured properly. See https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/