github: Fix firmware workflow permissions.

This commit is contained in:
iabdalkader 2022-05-11 16:50:23 +02:00
parent dfcc649aae
commit aaa484213c

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