ci: test ota push trigger with permissions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user