Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 14, 2024
1 parent c2339ba commit 31b95dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpstan_baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ env:
CACHE_KEY_PART: ${{ ( inputs.gh_event == 'pull_request' || github.event_name == 'pull_request' ) && format('{0}-{1}', github.base_ref, github.head_ref) || github.ref_name }}
jobs:
phpstan:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
permissions: write-all
# contents: write
# pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 31b95dc

Please sign in to comment.