CI: add write permissions for the upload-srcinfo job

This commit is contained in:
Christoph Reiter
2021-04-24 17:51:33 +02:00
parent 3316a0fa95
commit 12ec3e78ff

View File

@@ -38,6 +38,8 @@ jobs:
upload-srcinfo:
needs: update-srcinfo
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/download-artifact@v2
with: