File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 3030 pip3 install git+https://github.com/systemd/mkosi.git@$(cat .mkosi_version)
3131
3232 - name : Create rclone config
33+ env :
34+ R2_FLASHBOTS_PUBLIC_ARTIFACTS_ACCESS_KEY : ${{ secrets.R2_FLASHBOTS_PUBLIC_ARTIFACTS_ACCESS_KEY }}
35+ R2_FLASHBOTS_PUBLIC_ARTIFACTS_SECRET_KEY : ${{ secrets.R2_FLASHBOTS_PUBLIC_ARTIFACTS_SECRET_KEY }}
36+ R2_FLASHBOTS_PUBLIC_ARTIFACTS_ENDPOINT : ${{ secrets.R2_FLASHBOTS_PUBLIC_ARTIFACTS_ENDPOINT }}
3337 run : |
3438 mkdir -p ~/.config/rclone
3539 cat << EOF > ~/.config/rclone/rclone.conf
@@ -60,16 +64,10 @@ jobs:
6064 umask 022
6165 mkosi --force -I buildernet.conf --image-version=${GITHUB_REF_NAME#v}-${GITHUB_SHA::8}
6266
63- - name : Upload artifact
64- uses : actions/upload-artifact@v4
65- with :
66- name : buildernet-images
67- path : |
68- mkosi.output/*.efi
69- mkosi.output/*.tar.gz
70- mkosi.output/*.vhd
71-
7267 - name : Sign artifacts
68+ env :
69+ MINISIGN_SECRET_KEY : ${{ secrets.MINISIGN_SECRET_KEY }}
70+ MINISIGN_SECRET_KEY_PASSWORD : ${{ secrets.MINISIGN_SECRET_KEY_PASSWORD }}
7371 run : |
7472 mkdir -p ~/.minisign
7573 echo "$MINISIGN_SECRET_KEY" > ~/.minisign/minisign.key
Original file line number Diff line number Diff line change 44 workflow_dispatch : {}
55 schedule :
66 - cron : " 0 1 */2 * *"
7- push :
7+ # push:
88
99jobs :
1010 build :
You can’t perform that action at this time.
0 commit comments