From 7bcbee110f7c5d3bb355db8104e461c83cc3025b Mon Sep 17 00:00:00 2001 From: Nandor Kracser Date: Fri, 19 Jun 2026 13:12:09 +0200 Subject: [PATCH] docs: link the GitHub Actions verifier setup guide from the readme prerequisites --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cb8e307..47d5cd4 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ spec: audience: riptides # must match the action's audience input ``` + If you don't have the verifier set up yet, follow the [Connect GitHub Actions Runners](https://docs.riptides.io/guides/connect-github-actions/) guide for the full walkthrough. + 2. The workflow must have `id-token: write` permission. ## Usage