mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-16 22:32:40 +00:00
Merge pull request #1005 from molangning/patch-remote-wordlist-updater-rebase
Added a remote wordlist updater (rebase)
This commit is contained in:
+4
-4
@@ -1,8 +1,8 @@
|
||||
name: Wordlist Updater - Trickest wordlists updater
|
||||
name: Wordlist Updater - Remote wordlists updater
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
- cron: 0 * * * *
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Update lists
|
||||
run: ./.bin/trickest-updater.sh
|
||||
run: ./.bin/wordlist-updaters/updater.py
|
||||
|
||||
- name: Commit files if changed
|
||||
run: |
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
echo "[+] No files were changed"
|
||||
else
|
||||
echo "[+] Files were changed! Pushing changed..."
|
||||
git add -A
|
||||
git add --renormalize -A && git add -A
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||
git config --local user.email "example@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
Reference in New Issue
Block a user