Skip to content

Commit

Permalink
ci: set github token permission to write in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Oct 15, 2024
1 parent 5a69713 commit 1af546a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

permissions:
contents: write

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 1af546a

Please sign in to comment.