mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-10 12:07:05 +00:00
Use repository PAT
This commit is contained in:
4
.github/workflows/post-dependabot.yml
vendored
4
.github/workflows/post-dependabot.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user