Skip to content

Commit

Permalink
ci: add permission to job
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Jul 31, 2024
1 parent 8ce30cd commit f9645c5
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 @@ -122,6 +122,8 @@ jobs:
release:
needs: [lint, test, build]
runs-on: ubuntu-latest
permissions:
contents: write

outputs:
new_release: ${{ steps.semantic.outputs.new_release_published == 'true' }}
Expand Down

0 comments on commit f9645c5

Please sign in to comment.