]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docker: Grant enough permissions to sign images 16169/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Sep 2025 14:19:53 +0000 (16:19 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Sep 2025 14:19:53 +0000 (16:19 +0200)
.github/workflows/docker.yml

index 133107b83ee240c8b8a5c9d1d8b3e2b55b552f29..4e37a27cf0d2ce435837796e33100e2775ad2f37 100644 (file)
@@ -8,6 +8,9 @@ on:
 permissions: # least privileges, see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
   contents: read
   actions: read
+  # This is used to complete the identity challenge
+  # with sigstore/fulcio when running outside of PRs.
+  id-token: write
 
 jobs:
   call-build-image-auth: