Skip to content

Commit

Permalink
fix: release書き込み権限の付与
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-RyuZU committed Oct 23, 2023
1 parent 1d7cf44 commit f417323
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ jobs:
- build-windows
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
releases: write
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit f417323

Please sign in to comment.