Skip to content

Commit

Permalink
fix: add write permission for prepare-workflow action #107 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpmeyer authored Dec 6, 2024
1 parent 4ad37f1 commit 052d64f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Prepare Release

permissions:
actions: write

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 052d64f

Please sign in to comment.