mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd remove secret required for auto mmdb update
This commit is contained in:
parent
283a63f160
commit
019a927b06
1 changed files with 0 additions and 9 deletions
9
.github/workflows/dev-update-mmdb.yml
vendored
9
.github/workflows/dev-update-mmdb.yml
vendored
|
|
@ -5,19 +5,10 @@ permissions:
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
secrets:
|
||||
BUNKERBOT_TOKEN:
|
||||
required: true
|
||||
schedule:
|
||||
- cron: "0 1 5 * *"
|
||||
secrets:
|
||||
BUNKERBOT_TOKEN:
|
||||
required: true
|
||||
push:
|
||||
branches: [testmmdb]
|
||||
secrets:
|
||||
BUNKERBOT_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
mmdb-update:
|
||||
|
|
|
|||
Loading…
Reference in a new issue