From b7c740dad9f4668290eafa334b2be0b9e8655a02 Mon Sep 17 00:00:00 2001 From: Andy Date: Sun, 19 Nov 2023 10:30:42 +0100 Subject: [PATCH] fix: Github Actions --- .github/workflows/ping.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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'