diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index dc102c2..2687b7d 100644 --- a/.github/workflows/fetch_dependencies.yml +++ b/.github/workflows/fetch_dependencies.yml @@ -18,6 +18,8 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 + env: + GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }} with: title: update dependencies commit-message: "[BOT] update dependencies"