Skip to content

Commit

Permalink
feat: add workflow permisions for relase-please; also release, please
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmrtvy committed Nov 5, 2024
1 parent a7078e4 commit f3e0922
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/local_release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# This workflow creates new github release and updates changelog
name: release new version

permissions:
contents: write
pull-requests: write

on:
workflow_dispatch:

Expand Down

0 comments on commit f3e0922

Please sign in to comment.