From 665befd044620ffdfd616171dd2f4eb550c1c4ef Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 17 Feb 2025 11:27:44 +0530 Subject: [PATCH] chore(actions): add `actions: write` permissions to token --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf98fa2..d558213 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,9 @@ defaults: run: shell: bash +permissions: + actions: write + jobs: fmt: runs-on: ubuntu-latest