Fix upload-release-assets doesn't have write permissions

This commit is contained in:
Dan Yeaw 2022-11-20 14:19:55 -05:00
parent f40242374f
commit c4a4bfdeb7
No known key found for this signature in database
GPG Key ID: 86B9FEF88B780F2B

View File

@ -38,6 +38,8 @@ jobs:
needs: lint
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
max-parallel: 4
matrix: