From 3fc5f34344e9ce533f2fdcabc6d0bfd9272736b0 Mon Sep 17 00:00:00 2001
From: Stefan Prodan <stefan.prodan@gmail.com>
Date: Fri, 3 Feb 2023 16:51:22 +0200
Subject: [PATCH] docs: Add permissions to update workflow

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
---
 action/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/action/README.md b/action/README.md
index 6c2db0f2..5301c8c1 100644
--- a/action/README.md
+++ b/action/README.md
@@ -61,6 +61,10 @@ on:
   schedule:
     - cron: "0 * * * *"
 
+permissions:
+  contents: write
+  pull-requests: write
+
 jobs:
   components:
     runs-on: ubuntu-latest