diff --git a/.github/workflows/daily-alpha.yml b/.github/workflows/daily-alpha.yml index 163d3a4b1e..e1b12d7891 100644 --- a/.github/workflows/daily-alpha.yml +++ b/.github/workflows/daily-alpha.yml @@ -31,3 +31,4 @@ jobs: env: BUMP_PACKAGE_ARGS: -- --conventional-commits --conventional-prerelease --yes PICK_ALL_PRS: "true" + GH_TOKEN: ${{ secrets.GH_TOKEN }}