From c47601116aeab1d0627009e5c79c705055241058 Mon Sep 17 00:00:00 2001 From: Katerina Vankova Date: Wed, 30 Oct 2024 20:37:01 +0100 Subject: [PATCH] docs: Update Token permissions in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ffe85a..8e1e887 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` -You need to create a secret with write repository permissions. You can create a PAT token and add it as a secret in the repository settings (go to `Settings > Secrets and variables > Actions > New repository secret`). In case of setting up a 🔑 **fine-grained token**, you need to set the followingrepository permissions: +You need to create a secret with write repository permissions. You can create a PAT token and add it as a secret in the repository settings (go to `Settings > Secrets and variables > Actions > New repository secret`). In case of setting up a 🔑 **fine-grained token**, you need to set the following repository permissions: - **Read** access to actions, metadata and secrets. - **Read** and **Write** access to contents (code).