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