]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build-packages: More lenient permissions on the packages directory 14474/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 16 Jul 2024 09:41:20 +0000 (11:41 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 16 Jul 2024 09:41:20 +0000 (11:41 +0200)
We don't really the more restrictive `700` since all these artefacts
are public anyway, and this breaks the current release workflow,
so let's go with `755` instead.

.github/workflows/build-packages.yml

index 8fca85fae280106fb29eeb1b1cc4ba090694aed0..d6b69a16c41b48675e1a0eb26d092d85c72d3710 100644 (file)
@@ -247,6 +247,6 @@ jobs:
           echo "$SSHKEY" > ~/.ssh/id_ed25519
           chmod 600 ~/.ssh/id_ed25519
           echo "$HOSTKEY" > ~/.ssh/known_hosts
-          mkdir -m 700 -p "slsa/${PRODUCT}/${VERSION}/"
+          mkdir -m 755 -p "slsa/${PRODUCT}/${VERSION}/"
           mv ${{steps.download-provenance.outputs.download-path}}/*.jsonl "slsa/${PRODUCT}/${VERSION}"
           rsync -4rlptD slsa/* "$RSYNCTARGET"