Updating action permission

This commit is contained in:
Tyler Dixon
2025-03-27 18:10:56 +00:00
parent 9442278b74
commit 07835d4cf4

View File

@@ -6,7 +6,8 @@ on:
pull_request: pull_request:
branches: branches:
- dependabot/npm_and_yarn/** - dependabot/npm_and_yarn/**
permissions:
contents: write
jobs: jobs:
run: run:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -29,8 +30,8 @@ jobs:
- name: Commit changes as Dependabot - name: Commit changes as Dependabot
run: | run: |
git config user.name "dependabot[bot]" git config --global user.name 'dependabot[bot]'
git config user.email "49699333+dependabot[bot]@users.noreply.github.com" git config --global user.email '49699333+dependabot[bot]@users.noreply.github.com'
git add . git add .
git commit -m "Update licensed cache" git commit -m "Update licensed cache and dist/ directory"
git push git push