aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/label-kernel.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/label-kernel.yml')
-rw-r--r--.github/workflows/label-kernel.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/label-kernel.yml b/.github/workflows/label-kernel.yml
index 67faaddfcd..29a9d79558 100644
--- a/.github/workflows/label-kernel.yml
+++ b/.github/workflows/label-kernel.yml
@@ -30,6 +30,7 @@ jobs:
permissions:
contents: read
packages: read
+ actions: write
uses: ./.github/workflows/build.yml
with:
container_name: toolchain
@@ -44,6 +45,7 @@ jobs:
permissions:
contents: read
packages: read
+ actions: write
uses: ./.github/workflows/check-kernel-patches.yml
with:
target: ${{ needs.set_target.outputs.target }}