fix: revert to simple permissions format (read-all)

This commit is contained in:
2026-01-27 06:25:38 +03:00
parent 1d35586468
commit da63c8786c
+1 -4
View File
@@ -12,10 +12,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true cancel-in-progress: true
permissions: permissions: read-all
contents: read
packages: write
actions: read
env: env:
COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }} COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}