ci: add permissions for creating releases in publish workflow

This commit is contained in:
chema
2025-06-29 23:03:13 +02:00
parent 00fd8c658e
commit 52c078d479

View File

@@ -20,6 +20,8 @@ jobs:
needs: check-tests
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
permissions:
contents: write # Required for creating releases
steps:
- uses: actions/checkout@v4