Uses gautamkrishnar/keepalive-workflow to keep Actions alive after a period of inactivity by pushing a dummy commit to main. Runs nightly, but only pushes after 45 days of inactivity. Based on this example.
EDIT: rewritten to avoid external dependency. Instead of pushing after 45 days of inactivity, just pushes once a month regardless of repo activity.
Uses gautamkrishnar/keepalive-workflow to keep Actions alive after a period of inactivity by pushing a dummy commit to main. Runs nightly, but only pushes after 45 days of inactivity. Based on this example.EDIT: rewritten to avoid external dependency. Instead of pushing after 45 days of inactivity, just pushes once a month regardless of repo activity.