Skip to content

Commit

Permalink
github/workflows: add keepalive dummy commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Sep 30, 2022
1 parent 5336488 commit 44e7e46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,11 @@ jobs:
remote_host: ${{ secrets.SSH_REMOTE_HOST }}
remote_user: ${{ secrets.SSH_REMOTE_USER }}
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Keep-alive commit
uses: gautamkrishnar/keepalive-workflow@v1
with:
commit_message: Nothing to see here
committer_username: riot-ci
committer_email: maintainer@riot-os.org
time_elapsed: 1 # TODO: go back to 50 days default

0 comments on commit 44e7e46

Please sign in to comment.