Merge pull request #2316 from openmv/workflow_fix

misc/github: Add missing permissions.
This commit is contained in:
Ibrahim Abdelkader 2024-07-24 19:01:52 +02:00 committed by GitHub
commit 4a0e9d564c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'