diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7b58aab..2054374 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -35,7 +35,8 @@ jobs: needs: release-please if: ${{ needs.release-please.outputs.release-created }} permissions: - contents: write + contents: read + packages: write uses: ./.github/workflows/docker-image.yml with: tag-name: ${{ needs.release-please.outputs.tag-name }}