mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 12:45:35 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user