From 30c382209e2edb18e26e0cd15ea4ddbb62e4d249 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 3 Apr 2023 23:39:43 +0900 Subject: [PATCH] oidc-exchange: another link Signed-off-by: William Woodruff --- oidc-exchange.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oidc-exchange.py b/oidc-exchange.py index b5b8feb..07579d0 100644 --- a/oidc-exchange.py +++ b/oidc-exchange.py @@ -24,6 +24,9 @@ publishing, then you should double-check your secret configuration and variable names. Read more about trusted publishers at https://docs.pypi.org/trusted-publishers/ + +Read more about how this action uses trusted publishers at +https://github.com/marketplace/actions/pypi-publish#trusted-publishing """ # Rendered if OIDC identity token retrieval fails for any reason.