fix: add actions:read permission for reusable workflows

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