diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9aea5a4..06938df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,6 +91,9 @@ jobs: name: Build and push Docker image runs-on: ubuntu-latest needs: build + permissions: + contents: read + packages: write steps: - name: Checkout code uses: actions/checkout@v4