From c197100bc7ab52d26e4c536d2558e8a1cc168101 Mon Sep 17 00:00:00 2001 From: Tyler Dixon Date: Thu, 27 Mar 2025 18:57:19 +0000 Subject: [PATCH] Use repository PAT --- .github/workflows/post-dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index b3ed637..798cdb4 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -14,6 +14,8 @@ jobs: name: Update licensed cache steps: - uses: actions/checkout@v4 + with: + token: ${{ secrets.PAT }} - run: npm ci - name: Install licensed run: | @@ -29,6 +31,8 @@ jobs: npm run build:package - name: Commit changes as Dependabot + with: + token: ${{ secrets.PAT }} run: | git config --global user.name 'dependabot[bot]' git config --global user.email '49699333+dependabot[bot]@users.noreply.github.com'