Skip to content

Commit

Permalink
github: Fix permission on secureboot keys
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 6, 2024
1 parent 3d86395 commit 621ccfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
) > mkosi.version
echo "${{ secrets.SB_CERT }}" > mkosi.crt
chmod 644 mkosi.crt
echo "${{ secrets.SB_KEY }}" > mkosi.key
chmod 600 mkosi.key
make
Expand Down

0 comments on commit 621ccfe

Please sign in to comment.