From f8bb88e07e7e950a2eaeab66a2634c4ae84c0cf7 Mon Sep 17 00:00:00 2001 From: Niels Hofmans Date: Mon, 27 Sep 2021 17:21:07 +0200 Subject: [PATCH] chore: add read privileges to readme (#18) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9766c1a..f0bab66 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ jobs: # Add "id-token" with the intended permissions. permissions: + contents: read id-token: 'write' steps: @@ -156,6 +157,7 @@ jobs: # Add "id-token" with the intended permissions. permissions: + contents: read id-token: 'write' steps: @@ -201,6 +203,7 @@ jobs: # Add "id-token" with the intended permissions. permissions: + contents: read id-token: 'write' steps: @@ -235,6 +238,7 @@ jobs: # Add "id-token" with the intended permissions. permissions: + contents: read id-token: 'write' steps: