diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index e4b775f..43ee9e3 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -6,6 +6,8 @@ on: pull_request: branches: [ "master" ] +permissions: write-all + jobs: Verify-Model: @@ -72,7 +74,7 @@ jobs: cd modules/ml-pipeline/src/pipeline/src echo "## Model metrics" > report.md cat metrics/metrics.json >> report.md - # cml comment create report.md + cml comment create report.md # # echo "## Residuals plot from model" >> report.md # # metrics_location=$(find . -maxdepth 10 -name "residuals.png")