diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-09 12:29:26 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-09 12:29:26 +0000 |
| commit | bfb30bbd2a6d4739b40432b1c60deb378eb3d4e0 (patch) | |
| tree | b94ee48a3baf7306f1da6633c3b2c8a2a3942871 /.github/workflows/publish.yml | |
| parent | 5f0850a9c203ad1d69fef126b70d61ba2880407d (diff) | |
Move 'packages: write' permission down to the 'publish' job.
Diffstat (limited to '.github/workflows/publish.yml')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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: |