diff --git a/.github/workflows/execute-notebooks.yml b/.github/workflows/execute-notebooks.yml index 8a8a26a90..fccb96ed0 100644 --- a/.github/workflows/execute-notebooks.yml +++ b/.github/workflows/execute-notebooks.yml @@ -50,6 +50,7 @@ jobs: with: author: "Econ-ARK Bot " branch: "bot/update-notebooks" + token: ${{ secrets.NB_EXEC }} commit-message: "[bot] updated notebooks" delete-branch: true title: "[bot] Execute example notebooks"