We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577f716 commit 3fabbe4Copy full SHA for 3fabbe4
.github/workflows/main-pm-matrix.yml
@@ -278,6 +278,9 @@ jobs:
278
if: ${{ github.ref_name == 'stable' && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}
279
concurrency: release-${{ inputs.php-version-base }}-pm${{ inputs.pm-version-major }}
280
281
+ permissions:
282
+ contents: write
283
+
284
steps:
285
- uses: actions/checkout@v4
286
0 commit comments