Skip to content

Commit

Permalink
Fix upload-release-assets doesn't have write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Nov 20, 2022
1 parent f402423 commit c4a4bfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c4a4bfd

Please sign in to comment.