From 28d44ba25933bc5bc7f2d69931f8001632c46611 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 23 Jan 2025 16:44:32 +0000 Subject: [PATCH] fix: add runs-on to README.md example (#460) This is needed in order for this example to "work". The runner that needs to be picked is specified above, but it's still handy if we can simply copy / paste from the README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9fc32873..538f8014 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ support](https://cloud.google.com/support).** ```yaml jobs: job_id: + # Any runner supporting Node 20 or newer + runs-on: ubuntu-latest + # Add "id-token" with the intended permissions. permissions: contents: 'read'