Add explicit permission to gh release action

This commit is contained in:
Jan-Henrik 2025-02-08 16:19:55 +01:00
parent 0dbc6c6d96
commit b82a89e757

View file

@ -28,6 +28,8 @@ jobs:
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
permissions:
contents: write
with: with:
files: | files: |
*.uf2 *.uf2