added permissions to merge-main-into-docker-17.yml workflow;

this shall fix https://github.com/SAP/sailing-analytics/security/code-scanning/2
This commit is contained in:
Axel Uhl
2025-01-29 17:00:58 +01:00
parent ac0f971396
commit 17f41b4fdc
@@ -7,6 +7,8 @@ on:
workflow_dispatch: {}
jobs:
merge-main-into-docker-17:
permissions:
content: write
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps: