mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
github: Fix firmware workflow permissions.
This commit is contained in:
parent
dfcc649aae
commit
aaa484213c
2
.github/workflows/firmware.yml
vendored
2
.github/workflows/firmware.yml
vendored
@ -108,6 +108,8 @@ jobs:
|
||||
needs: build-firmware
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') == false
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: '⏳ Checkout repository'
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user