Use repository PAT

This commit is contained in:
Tyler Dixon
2025-03-27 18:57:19 +00:00
parent 07835d4cf4
commit c197100bc7

View File

@@ -14,6 +14,8 @@ jobs:
name: Update licensed cache name: Update licensed cache
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- run: npm ci - run: npm ci
- name: Install licensed - name: Install licensed
run: | run: |
@@ -29,6 +31,8 @@ jobs:
npm run build:package npm run build:package
- name: Commit changes as Dependabot - name: Commit changes as Dependabot
with:
token: ${{ secrets.PAT }}
run: | run: |
git config --global user.name 'dependabot[bot]' git config --global user.name 'dependabot[bot]'
git config --global user.email '49699333+dependabot[bot]@users.noreply.github.com' git config --global user.email '49699333+dependabot[bot]@users.noreply.github.com'