0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00

ci: fix job permissions for release

This commit is contained in:
2025-05-19 13:42:14 +02:00
committed by Klaus Wakonig
parent dc70ea6dfb
commit dea2b44e6a

View File

@ -26,6 +26,9 @@ jobs:
QTWEBENGINE_DISABLE_SANDBOX: 1
QT_QPA_PLATFORM: "offscreen"
permissions:
contents: write
steps:
# Note: We checkout the repository at the branch that triggered the workflow
# with the entire history to ensure to match PSR's release branch detection