From a08b716868088e5a4ef00c71702266d687aa8fa9 Mon Sep 17 00:00:00 2001 From: Matt Wildoer Date: Mon, 8 Jan 2024 10:42:28 +1100 Subject: [PATCH] Add permissions note to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb88d93..a973584 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ jobs: url: https://pypi.org/p/ permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing + # NOTE: setting this permission will remove all other permissions. If you need to do a actions/checkout, for example, you will need to set the "contents" permission to "read" steps: # retrieve your distributions here