mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Sponsorship auto-generate v0.1.40
This commit is contained in:
18
.github/workflows/update_sponsors.yml
vendored
18
.github/workflows/update_sponsors.yml
vendored
@@ -1,18 +0,0 @@
|
||||
name: Update Sponsors
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '25 11 * * *' # Set your preferred schedule (UTC)
|
||||
|
||||
jobs:
|
||||
update-readme:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Update Sponsors
|
||||
run: |
|
||||
GH_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||
gh run workflow_dispatch -R $GITHUB_REPOSITORY update_sponsors_table.yml
|
||||
6
.github/workflows/update_sponsors_table.yml
vendored
6
.github/workflows/update_sponsors_table.yml
vendored
@@ -1,10 +1,8 @@
|
||||
name: Update Sponsors Table
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Update Sponsors"]
|
||||
types:
|
||||
- completed
|
||||
schedule:
|
||||
- cron: '40 11 * * *' # Set your preferred schedule (UTC)
|
||||
|
||||
jobs:
|
||||
update-table:
|
||||
|
||||
Reference in New Issue
Block a user