From 7f9b2390c126620a9920927092efc6255510d6c4 Mon Sep 17 00:00:00 2001 From: PinkDev1 <5990@protonmail.com> Date: Sat, 1 Oct 2022 03:35:14 -0300 Subject: [PATCH] (Attempt #5): Fix "Wordlist Updater - Awesome list of secrets in environment variables" --- ...updater_awesome-list-of-secrets-in-environment-variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml b/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml index ba6e5ad..23b2a92 100644 --- a/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml +++ b/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml @@ -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