Skip to content

Commit

Permalink
ci: set workflow permissions for release job
Browse files Browse the repository at this point in the history
We had the issue that the github action wasnt able to push
tags to github. This should fix the issue

ref: #1828
  • Loading branch information
mstruebing committed Dec 20, 2024
1 parent 722b826 commit 0947d14
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 0947d14

Please sign in to comment.