Skip to content

Commit 7bd3231

Browse files
committed
build-packages: More lenient permissions on the packages directory
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.
1 parent 949ebf4 commit 7bd3231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,6 @@ jobs:
247247
echo "$SSHKEY" > ~/.ssh/id_ed25519
248248
chmod 600 ~/.ssh/id_ed25519
249249
echo "$HOSTKEY" > ~/.ssh/known_hosts
250-
mkdir -m 700 -p "slsa/${PRODUCT}/${VERSION}/"
250+
mkdir -m 755 -p "slsa/${PRODUCT}/${VERSION}/"
251251
mv ${{steps.download-provenance.outputs.download-path}}/*.jsonl "slsa/${PRODUCT}/${VERSION}"
252252
rsync -4rlptD slsa/* "$RSYNCTARGET"

0 commit comments

Comments
 (0)