SIENTIAPDE-1327: Add write-all permissions to quality gate workflow for enhanced functionality
20 lines
404 B
YAML
20 lines
404 B
YAML
name: Quality gate
|
|
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
types: [ opened, synchronize, reopened ]
|
|
|
|
jobs:
|
|
quality-gate:
|
|
uses: Aignosi/github_workflow_templates/.github/workflows/dataops-module-quality-gate.yml@main
|
|
permissions: write-all
|
|
with:
|
|
project_name: 'ingestor'
|
|
repositories: 'sientia-dataops-library'
|
|
secrets: inherit |