From 5d917cfe8e69313aae6885bd0402b6487db45771 Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Thu, 11 Jan 2024 13:58:40 +0800 Subject: [PATCH] Fix cla workflow permission --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 6fabd8c4..1523a908 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -6,7 +6,7 @@ on: pull_request_target: types: [opened, closed, synchronize] permissions: - contents: write + pull-requests: write jobs: CLAssistant: uses: secretflow/.github/.github/workflows/cla.yml@main