From 1ab53139b3bf49679ca7e8b1f7513870762095f3 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sun, 18 Feb 2024 21:45:33 +0300 Subject: [PATCH] ci: fix ci permissions (#166) --- .github/workflows/update-readme.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yaml b/.github/workflows/update-readme.yaml index 2eafdb6..0d0e226 100644 --- a/.github/workflows/update-readme.yaml +++ b/.github/workflows/update-readme.yaml @@ -9,7 +9,7 @@ on: jobs: update-readme: permissions: - contents: read + contents: write pull-requests: write runs-on: ubuntu-latest steps: