From 2c2005cc42983dffbdbe10baddf7529b11fdc0e4 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 7 Sep 2024 12:50:48 +0200 Subject: [PATCH] chore: fix permissions of `update-nock-files.yml` (#556) --- .github/workflows/update-nock-files.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-nock-files.yml b/.github/workflows/update-nock-files.yml index 4318b5495..86dfc1e62 100644 --- a/.github/workflows/update-nock-files.yml +++ b/.github/workflows/update-nock-files.yml @@ -17,6 +17,8 @@ env: jobs: build-and-update-nock-files: + permissions: + contents: write runs-on: ubuntu-latest steps: