Merge pull request #1633 from iabdalkader/master

github: Fix firmware workflow permissions.
This commit is contained in:
Ibrahim Abdelkader 2022-05-11 17:03:42 +02:00 committed by GitHub
commit 5f7c8b60ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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