ci: add package write permissions to the release workflow
CI/CD Pipeline / Lint & Check (push) Successful in 3m22s
CI/CD Pipeline / Build & Push Docker Image (push) Failing after 4m34s

This commit is contained in:
2026-05-09 01:39:31 +02:00
parent 445b7d199a
commit d8d03e4744
+3
View File
@@ -37,6 +37,9 @@ jobs:
needs: lint
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4