Skip to content

Commit

Permalink
deploy(release): add write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
lcomplete committed Mar 25, 2023
1 parent 060fdf4 commit 715f420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
build-upload:
runs-on: ubuntu-latest
needs: create-release
permissions:
contents: write

steps:
- name: Checkout
Expand Down

0 comments on commit 715f420

Please sign in to comment.