diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 8a4421df275a..4414d872a265 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -20,5 +20,6 @@ jobs: git fetch --unshallow origin deno run -A jsr:@deno/bump-workspaces@^0.1/cli --import-map import_map.json env: + GITHUB_TOKEN: ${{ secrets.DEPLOY_PAT }} GIT_USER_NAME: ${{ github.actor }} GIT_USER_EMAIL: ${{ github.actor}}@users.noreply.github.com