From 98ad62330be4070785aa75b91dd567227713cdae Mon Sep 17 00:00:00 2001 From: EvolutionX <85353424+EvolutionX-10@users.noreply.github.com> Date: Sat, 2 Sep 2023 11:14:43 +0530 Subject: [PATCH] chore: add actual words permalink: http://whatthecommit.com/3d6431a17a3b67e8b1341a2c6e4362f8 --- .github/workflows/gen-list.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gen-list.yml b/.github/workflows/gen-list.yml index 08e7633..8c31dd2 100644 --- a/.github/workflows/gen-list.yml +++ b/.github/workflows/gen-list.yml @@ -17,6 +17,8 @@ jobs: # you must check out the repository first - name: Checkout uses: actions/checkout@v2 + with: + token: ${{ secrets.FORCE_PUSH }} # Now we can execute a babashka script from our # repository - name: setup babashka