Skip to content

Commit

Permalink
Merge pull request #1318 from shirou/feature/fix_release_action
Browse files Browse the repository at this point in the history
fix(actions): add write permission to release action
  • Loading branch information
shirou committed Jun 25, 2022
2 parents 8cbdb09 + 4f1f5b3 commit 7a094df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -4,7 +4,7 @@ on:

name: Release
permissions:
contents: read
contents: write

jobs:
release:
Expand Down

0 comments on commit 7a094df

Please sign in to comment.