diff --git a/.github/workflows/update-directorymd.yml b/.github/workflows/update-directorymd.yml index f558cec4f..39269c43d 100644 --- a/.github/workflows/update-directorymd.yml +++ b/.github/workflows/update-directorymd.yml @@ -32,6 +32,8 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }} with: branch: update-directory base: master