Skip to content

Commit 28d44ba

Browse files
authored
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. <!-- Thank you for proposing a pull request! Please note that SOME TESTS WILL LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from forks. Someone from the team will review your Pull Request and respond. Please describe your change and any implementation details below. -->
1 parent 83354ca commit 28d44ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ support](https://cloud.google.com/support).**
4949
```yaml
5050
jobs:
5151
job_id:
52+
# Any runner supporting Node 20 or newer
53+
runs-on: ubuntu-latest
54+
5255
# Add "id-token" with the intended permissions.
5356
permissions:
5457
contents: 'read'

0 commit comments

Comments
 (0)