Skip to content

Commit 4bdc73b

Browse files
authored
Update repository-synchronisation.yml
1 parent f4bd983 commit 4bdc73b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/repository-synchronisation.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ jobs:
2020
# If you see "bad credentials" when running this workflow, it just means that deployment SSH Public key is for some reason not added, got deleted or otherwise gone on the mirror-repository
2121
# Or the our GitHub-Actions-mirror-repository secret: SSH_PRIVATE_KEY does not match deployment SSH Public key of mirror-repository.
2222
# Look at visual tutorial to resolve "bad credentials" https://github.com/Tiny-C-Compiler/GitHub-Actions-mirror-repository?tab=readme-ov-file#visual-tutorial-for-actions-repository-to-gain-access-to-mirror-repository
23+
workflow-keepalive:
24+
if: github.event_name == 'schedule'
25+
runs-on: ubuntu-latest
26+
permissions:
27+
actions: write
28+
steps:
29+
- uses: liskin/gh-workflow-keepalive@v1

0 commit comments

Comments
 (0)