From 97d7167236366736067d4b12eeb15e75ede3035b Mon Sep 17 00:00:00 2001 From: Michael Beale Date: Tue, 3 Dec 2024 19:53:05 -0800 Subject: [PATCH] More token permissions (#259) * Update _CI_coverage_compare.yml * Update _CI_update.yml * Automated updates: Format and/or coverage * Automated updates: Format and/or coverage --------- Co-authored-by: sys_vdms --- .github/workflows/_CI_coverage_compare.yml | 2 ++ .github/workflows/_CI_update.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_CI_coverage_compare.yml b/.github/workflows/_CI_coverage_compare.yml index 9070ea66..e814cca0 100644 --- a/.github/workflows/_CI_coverage_compare.yml +++ b/.github/workflows/_CI_coverage_compare.yml @@ -20,6 +20,8 @@ on: description: "The Python Coverage for source" type: string +permissions: {} + jobs: compare_coverage: name: Compare Reported Coverage diff --git a/.github/workflows/_CI_update.yml b/.github/workflows/_CI_update.yml index ea250456..c1e47665 100644 --- a/.github/workflows/_CI_update.yml +++ b/.github/workflows/_CI_update.yml @@ -11,7 +11,7 @@ on: required: true description: "Status of coverage tests (passed/failed)" type: string - +permissions: {} jobs: commit_job: permissions: