Skip to content

Commit

Permalink
Keepalive workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Sep 25, 2024
1 parent cf33276 commit cb2f8b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/swift-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,14 @@ jobs:
run: pod trunk push
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

# Prevent GitHub from suspending your cronjob based triggers due to repository inactivity
keepalive:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2


0 comments on commit cb2f8b7

Please sign in to comment.