diff --git a/.github/workflows/keep-alive.yml b/.github/workflows/keep-alive.yml index 8f9cfac35de..d1dde6ab7a7 100644 --- a/.github/workflows/keep-alive.yml +++ b/.github/workflows/keep-alive.yml @@ -4,7 +4,11 @@ name: keep-alive on: schedule: - cron: "0 0 1 * *" # on the first day-of-month + workflow_dispatch: + +permissions: + actions: write jobs: keep-alive: - uses: metanorma/ci/.github/workflows/keep-alive.yml@main \ No newline at end of file + uses: relaton/support/.github/workflows/keep-alive.yml@main