Skip to content

Commit

Permalink
Update build_apps.yml
Browse files Browse the repository at this point in the history
Add default keytype
  • Loading branch information
GwendalRaoul authored Dec 4, 2023
1 parent e8eaa10 commit b6e48fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
touch custom_bootloader_keys.ini
echo "[key:default]" >> custom_bootloader_keys.ini
echo "keytype = OMAC1_AES128CTR" >> custom_bootloader_keys.ini
echo "auth = 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08" >> custom_bootloader_keys.ini
echo "encrypt = 01 02 03 04 05 06 07 08 01 02 03 04 05 06 07 08" >> custom_bootloader_keys.ini
- name: Build all apps
Expand Down

0 comments on commit b6e48fb

Please sign in to comment.