diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18ffd85..6d08268 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,8 @@ jobs: runs-on: ubuntu-latest permissions: packages: write + id-token: write + attestations: write steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -75,4 +77,4 @@ jobs: with: subject-name: ghcr.io/${{ github.repository }} subject-digest: ${{ steps.build-push.outputs.digest }} - push-to-registry: true \ No newline at end of file + push-to-registry: true