From e43a1f75e60b97cc4f620e6b3452058812e9845c Mon Sep 17 00:00:00 2001 From: Deniz Altunkapan <93663085+DenizAltunkapan@users.noreply.github.com> Date: Sun, 29 Jun 2025 13:20:37 +0200 Subject: [PATCH] Update update-directorymd.yml using PAT (#6324) Update update-directorymd.yml --- .github/workflows/update-directorymd.yml | 2 ++ 1 file changed, 2 insertions(+) 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