From db3b0c2cf5b5691598df2ba2436f986288286ce4 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Fri, 5 Aug 2022 15:38:22 -0700 Subject: [PATCH] Give repo write permission to formatting workflow --- .github/workflows/format.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index feee8758..8be333a3 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -12,6 +12,9 @@ env: FORCE_COLOR: 3 NEXT_TELEMETRY_DISABLED: 1 +permissions: + contents: write + jobs: prettify: name: Auto-prettify