mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-28 18:03:06 +02:00
(Attempt #5): Fix "Wordlist Updater - Awesome list of secrets in environment variables"
This commit is contained in:
parent
22893817c9
commit
7f9b2390c1
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
- name: Push changes # push the output folder to your repo
|
||||
if: steps.myoutputs.outputs.gitstatus != ""
|
||||
uses: ad-m/github-push-action@master
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
force: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue