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

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