From 9a09d6eebde170c13f0f73b9835dfc810f114ba3 Mon Sep 17 00:00:00 2001 From: vveliev <5420655+vveliev@users.noreply.github.com> Date: Sat, 9 Dec 2023 02:07:53 -0500 Subject: [PATCH] docs: updating github action permissions by default action will fail if no permissions is given trough github webUI or permissions configuration --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4ffa40dc..0af4e7a2 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,10 @@ on: jobs: deploy_live_website: runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + checks: write steps: - uses: actions/checkout@v2 # Add any build steps here. For example: