From 7eee7ef65dd17decacf432ce152cd942b3409ef9 Mon Sep 17 00:00:00 2001 From: Lee <44310445+lx200916@users.noreply.github.com> Date: Thu, 19 Oct 2023 23:51:40 +0800 Subject: [PATCH 1/2] ci: add comments. Signed-off-by: Lee <44310445+lx200916@users.noreply.github.com> --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2bf45f28..5a3a3dd1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,8 @@ on: # branches: # - develop-lx name: "Tests" +permissions: + pull-requests: write jobs: gtest: name: Unit Tests From f1a580d1e58d5f26a5539ef4ccd7d4192ac02021 Mon Sep 17 00:00:00 2001 From: Lee <44310445+lx200916@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:02:04 +0800 Subject: [PATCH 2/2] ci: add comments. Signed-off-by: Lee <44310445+lx200916@users.noreply.github.com> --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a3a3dd1..d18f8797 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,8 @@ on: name: "Tests" permissions: pull-requests: write + contents: read + id-token: write jobs: gtest: name: Unit Tests