From d42bc8c76f5d1e7a764cf27e465f26f54222a216 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 8 Mar 2022 17:06:16 +0000 Subject: [PATCH] CI: Update GHA secret name Change the secret used by the GitHub Action that adds the PR size label to one with the correct set of privileges. Fixes: #3856. Signed-off-by: James O. D. Hunt --- .github/workflows/add-pr-sizing-label.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-pr-sizing-label.yaml b/.github/workflows/add-pr-sizing-label.yaml index 751a942762..0a2d7fcbf7 100644 --- a/.github/workflows/add-pr-sizing-label.yaml +++ b/.github/workflows/add-pr-sizing-label.yaml @@ -30,7 +30,7 @@ jobs: - name: Add PR sizing label env: - GITHUB_TOKEN: ${{ secrets.KATA_GITHUB_ACTIONS_TOKEN }} + GITHUB_TOKEN: ${{ secrets.KATA_GITHUB_ACTIONS_PR_SIZE_TOKEN }} run: | pr=${{ github.event.number }} sudo apt -y install diffstat patchutils