From: Remi Gacogne Date: Tue, 23 Sep 2025 14:15:13 +0000 (+0200) Subject: build-docker-images-tags: Grant enough permissions to sign images X-Git-Tag: rec-5.2.6~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f938de677b4195bb50af78354e58819d11abbbb;p=thirdparty%2Fpdns.git build-docker-images-tags: Grant enough permissions to sign images Signed-off-by: Remi Gacogne (cherry picked from commit 788c0da85e05bfbc46a9f0af4d5276568c80ec51) --- diff --git a/.github/workflows/build-docker-images-tags.yml b/.github/workflows/build-docker-images-tags.yml index 07074bd574..c8e46e5e89 100644 --- a/.github/workflows/build-docker-images-tags.yml +++ b/.github/workflows/build-docker-images-tags.yml @@ -11,6 +11,9 @@ on: permissions: actions: read contents: read + # This is used to complete the identity challenge + # with sigstore/fulcio when running outside of PRs. + id-token: write jobs: prepare: