From d7a3a1cb2343b9f44c7f934cf89e557c7b56e921 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Sat, 9 Mar 2024 17:19:49 -0500 Subject: [PATCH] Update README.md (#2) Signed-off-by: Jason Hall --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf5adab..f4e738e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ and authenticates with it using identity tokens. ## Usage ```yaml -- uses: chainguard-dev/setup-chainctl@main +- uses: chainguard-dev/setup-chainctl@[VERSION] with: # the ID of the identity this workload should assume when speaking to Chainguard APIs. identity: "..." @@ -19,7 +19,7 @@ permissions: id-token: write steps: -- uses: chainguard-dev/setup-chainctl@main +- uses: chainguard-dev/setup-chainctl@[VERSION] with: identity: "deadbeef/badf00d" ```