Skip to content

Commit 168fa48

Browse files
committed
ci: dct private key must not be rw by others
1 parent 78495e1 commit 168fa48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-publish-signed.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
DCT_KEY_BASE64: ${{ secrets.DCT_KEY_BASE64 }}
2424
run: |
2525
echo "$DCT_KEY_BASE64" | base64 -d > delegation.key
26+
chmod 600 delegation.key
2627
docker trust key load delegation.key --name gha
2728
rm delegation.key
2829

0 commit comments

Comments
 (0)