fix: add actions:read permission for reusable workflows

This commit is contained in:
2026-01-27 06:19:17 +03:00
parent b91e8acc17
commit 3a8634c268
@@ -15,6 +15,7 @@ concurrency:
permissions:
contents: read
packages: write
actions: read
env:
COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}