diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91c7e9d..fe63ca9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + id-token: write + attestations: write steps: - name: Checkout uses: actions/checkout@v4