mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
misc/github: Add missing permissions.
This commit is contained in:
parent
266d33c7db
commit
a18faf6173
2
.github/workflows/firmware.yml
vendored
2
.github/workflows/firmware.yml
vendored
@ -74,6 +74,8 @@ jobs:
|
|||||||
post-stats:
|
post-stats:
|
||||||
needs: build-firmware
|
needs: build-firmware
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
steps:
|
steps:
|
||||||
- name: '⏳ Checkout repository'
|
- name: '⏳ Checkout repository'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user