From 0a0b17a901a8b86043eefdae7e5604502669b479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Wed, 30 Jul 2025 11:15:20 +0900 Subject: [PATCH] Add k1LoW/octocov-action --- .../actions/k1LoW/octocov-action/action-security.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 knowledge-base/actions/k1LoW/octocov-action/action-security.yml diff --git a/knowledge-base/actions/k1LoW/octocov-action/action-security.yml b/knowledge-base/actions/k1LoW/octocov-action/action-security.yml new file mode 100644 index 00000000..df8dbf85 --- /dev/null +++ b/knowledge-base/actions/k1LoW/octocov-action/action-security.yml @@ -0,0 +1,12 @@ +name: 'GitHub Action for octocov' +github-token: + action-input: + input: repo_token + is-default: true + permissions: + # To comment on PRs + pull-requests: write + # To retrieve test step time in GitHub Action + contents: read + # To retrieve previous report for default branch, which is saved as GitHub Action Artifacts + actions: read