Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed May 15, 2024
1 parent 62569b0 commit e885df7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- "v*.*.*"
- "v*.*.*-rc*"

permissions:
pull-requests: write
packages: write
contents: write
actions: write

jobs:
release:
name: Release
Expand Down

0 comments on commit e885df7

Please sign in to comment.