mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
ci: fix job permissions for release
This commit is contained in:
3
.github/workflows/semantic_release.yml
vendored
3
.github/workflows/semantic_release.yml
vendored
@ -26,6 +26,9 @@ jobs:
|
|||||||
QTWEBENGINE_DISABLE_SANDBOX: 1
|
QTWEBENGINE_DISABLE_SANDBOX: 1
|
||||||
QT_QPA_PLATFORM: "offscreen"
|
QT_QPA_PLATFORM: "offscreen"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Note: We checkout the repository at the branch that triggered the workflow
|
# 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
|
# with the entire history to ensure to match PSR's release branch detection
|
||||||
|
Reference in New Issue
Block a user