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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=788c0da85e05bfbc46a9f0af4d5276568c80ec51;p=thirdparty%2Fpdns.git build-docker-images-tags: Grant enough permissions to sign images Signed-off-by: Remi Gacogne --- diff --git a/.github/workflows/build-docker-images-tags.yml b/.github/workflows/build-docker-images-tags.yml index 992a8123a..e78105616 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: