ci: fix build (possible missing permission)

This commit is contained in:
Andrii Andrushchyshyn 2025-05-10 05:51:51 +03:00
parent e80eeaa08e
commit 7f489e22ef
No known key found for this signature in database
GPG key ID: 6675AEDCEE0FAAD0

View file

@ -185,6 +185,10 @@ jobs:
- backend # Wait for client before running the merge job
- client # Wait for client before running the merge job
permissions:
contents: read # Allows reading repository contents
packages: write # Required to push images to GitHub Container Registry (GHCR)
steps:
- name: Download digests