]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build-docker-images-tags: Grant enough permissions to sign images
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Sep 2025 14:15:13 +0000 (16:15 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Sep 2025 14:15:13 +0000 (16:15 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
.github/workflows/build-docker-images-tags.yml

index 992a8123aff5b5d82d53f89dfaeecdacac851a67..e781056168f385d250afb4d5c5a969b2e68a9567 100644 (file)
@@ -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: