From 324ae3d5dde64626c590dd574068587279ce64a4 Mon Sep 17 00:00:00 2001 From: Gabriela Gutierrez Date: Sun, 4 Dec 2022 00:17:54 +0000 Subject: [PATCH] tools: add GitHub token permissions to label flaky-test issues Signed-off-by: Gabriela Gutierrez PR-URL: https://github.com/nodejs/node/pull/45308 Reviewed-By: Luigi Pinca --- .github/workflows/label-flaky-test-issue.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/label-flaky-test-issue.yml b/.github/workflows/label-flaky-test-issue.yml index 0f49458fd10560..82e2a10ab2b25c 100644 --- a/.github/workflows/label-flaky-test-issue.yml +++ b/.github/workflows/label-flaky-test-issue.yml @@ -4,6 +4,9 @@ on: issues: types: [opened, labeled] +permissions: + contents: read + jobs: label: if: github.event.label.name == 'flaky-test'