From 22893817c9fe25ffabbfcf201a5c87dd2269a9b4 Mon Sep 17 00:00:00 2001 From: PinkDev1 <5990@protonmail.com> Date: Sat, 1 Oct 2022 03:31:05 -0300 Subject: [PATCH] (Attempt #4): Fix "Wordlist Updater - Awesome list of secrets in environment variables" --- ...pdater_awesome-list-of-secrets-in-environment-variables.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 1f4a2d27..ba6e5adb 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,8 +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