From 89753fc3370fbcf4325cad78c43c7840a5bd23f1 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 10 Jun 2025 13:02:32 +0200 Subject: [PATCH] chore(github): update workflows permissions --- .github/workflows/reproduction.yml | 1 + .github/workflows/stale.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/reproduction.yml b/.github/workflows/reproduction.yml index bb37f0ed..76fc3d2f 100644 --- a/.github/workflows/reproduction.yml +++ b/.github/workflows/reproduction.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest permissions: + actions: write issues: write steps: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9a1febfb..4a0cbb44 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest permissions: + actions: write issues: write steps: