Skip to content

Commit 3fabbe4

Browse files
authored
This randomly broke for no reason???
I bet this solution doesn't work either. WTF github.
1 parent 577f716 commit 3fabbe4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main-pm-matrix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@ jobs:
278278
if: ${{ github.ref_name == 'stable' && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}
279279
concurrency: release-${{ inputs.php-version-base }}-pm${{ inputs.pm-version-major }}
280280

281+
permissions:
282+
contents: write
283+
281284
steps:
282285
- uses: actions/checkout@v4
283286

0 commit comments

Comments
 (0)