mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-16 16:06:35 +00:00
Added test trigger to the "awesome env variables" github action
This commit is contained in:
+3
@@ -3,6 +3,9 @@ name: Wordlist Updater - Awesome list of secrets in environment variables
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 1 * *' # once a month at midnight (thanks https://crontab.guru)
|
- cron: '0 0 1 * *' # once a month at midnight (thanks https://crontab.guru)
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'test.txt'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_combined_words:
|
update_combined_words:
|
||||||
|
|||||||
Reference in New Issue
Block a user