From e74238c4a471fbe91df7c26dfde488b4a9d5bc0b Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 7 Sep 2024 12:37:53 +0200 Subject: [PATCH] chore: fix permissions of `update-nock-files.yml` --- .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: