diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c446f58c..305d9ca7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,7 @@ jobs: permissions: contents: write # allow push pull-requests: write # allow making PR + id-token: write # This is required for requesting the JWT steps: - name: Checkout Sources