From 28a4f8f6e27e1c81b63788f97a980f27ce6418a0 Mon Sep 17 00:00:00 2001 From: Adrian Galilea <90320947+adriangalilea@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:03:17 +0200 Subject: [PATCH] Add action permissions to ## Setup --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4db4b1..f55d6f9 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,8 @@ PR to be accepted. See [Contributing](#contributing--issues). ## Setup +On your repo go to `Settings -> Actions (General) -> Workflow permissions` and enable "Read and write permissions". + Create a `workflow.yml` file in your `.github/workflows` directory like: ```yml