diff --git a/.github/workflows/publish-public-operator-docker-image.yaml b/.github/workflows/publish-public-operator-docker-image.yaml index 9c2898ce0..ef9ee24f4 100644 --- a/.github/workflows/publish-public-operator-docker-image.yaml +++ b/.github/workflows/publish-public-operator-docker-image.yaml @@ -61,6 +61,14 @@ jobs: name: Image uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-java-to-docker-versioned.yaml@v3 needs: check_major + permissions: + contents: write + security-events: write + packages: write + pull-requests: write + id-token: write + attestations: write + artifact-metadata: write with: release_type: ${{ inputs.release_type }} version_number_input: ${{ inputs.version_number_input }}