diff --git a/.github/workflows/ping.yml b/.github/workflows/ping.yml index f282507..d332538 100644 --- a/.github/workflows/ping.yml +++ b/.github/workflows/ping.yml @@ -4,6 +4,11 @@ on: push: branches-ignore: - 'dependabot/npm_and_yarn/*' + +permissions: + contents: write + pull-requests: write + jobs: laravel-pint: runs-on: ubuntu-latest @@ -21,4 +26,4 @@ jobs: - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: 'refactor: Laravel Pint changes' \ No newline at end of file + commit_message: 'refactor: Laravel Pint changes'