From bfb30bbd2a6d4739b40432b1c60deb378eb3d4e0 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Thu, 9 Oct 2025 12:29:26 +0000 Subject: Move 'packages: write' permission down to the 'publish' job. --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 324806211..1ef46b631 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,6 @@ on: permissions: contents: read - packages: write jobs: @@ -33,6 +32,9 @@ jobs: needs: - test-php runs-on: ubuntu-latest + permissions: + contents: read + packages: write strategy: matrix: image: -- cgit v1.2.3-54-g00ecf