Skip to content

Commit

Permalink
#16 cron rotate wireguard vpn user config every 2 hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Oct 24, 2024
1 parent 19507b9 commit 20bbd7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rotate-wireguard-vpn-user-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Rotate Wireguard VPN User Configs

on:
workflow_dispatch:
schedule:
- cron: '30 */2 * * *'

jobs:
rotate-wireguard-vpn-user-configs:
Expand Down

0 comments on commit 20bbd7e

Please sign in to comment.