fix(release): add read permissions for contents in Docker job

This commit is contained in:
Daniel Lavrushin 2026-03-15 17:29:59 +01:00
parent cc1512b288
commit ad3ddc70dc
No known key found for this signature in database
GPG key ID: 57F1CAB57AD35056

View file

@ -174,6 +174,7 @@ jobs:
needs: release
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout code