diff --git a/.github/workflows/auto-dependabot-fix.yml b/.github/workflows/auto-dependabot-fix.yml index 3484cad7c6..84aa313157 100644 --- a/.github/workflows/auto-dependabot-fix.yml +++ b/.github/workflows/auto-dependabot-fix.yml @@ -12,6 +12,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} + token: ${{ secrets.GH_CLOUD_SDK_JS_ADMIN_WRITE_TOKEN }} - run: git fetch --depth=1 - uses: actions/setup-node@v4 with: