Compare commits

...

2 Commits

Author SHA1 Message Date
Hermes
92da9ab868 ci: trigger ota permissions repro
All checks were successful
OTA build / build-ota (push) Successful in 23s
ping / ping (push) Successful in 24s
2026-08-30 10:14:57 -05:00
Hermes
2a4b87e098 ci: test ota push trigger with permissions 2026-08-30 10:14:57 -05:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
name: OTA build
permissions:
contents: read
packages: write
on: [push]
jobs:
build-ota:
runs-on: ubuntu-latest
steps:
- run: echo "minimal ota repro"
- run: echo "minimal ota repro with permissions"

View File

@@ -1,3 +1,4 @@
touch 2026-08-30T10:03:33-05:00
post-update trigger 2026-08-30T10:06:16-05:00
minimal ota repro trigger 2026-08-30T10:11:01-05:00
permissions repro 2026-08-30T10:14:57-05:00