Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: set workflow permissions for release job #2123

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: set workflow permissions for release job
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
commit 0947d14c0610d7eef391a6251bb2c7600522a5c8
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
Loading