You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Migrating from `setup-gcloud`](#migrating-from-setup-gcloud)
34
-
*[Contributing](#contributing)
35
-
*[License](#License)
36
21
37
22
## Prerequisites
38
23
39
24
This action requires:
40
25
41
-
* Google Cloud credentials that are authorized to deploy a
42
-
Cloud Run service. See the [Credentials](#credentials) below for more information.
26
+
- Google Cloud credentials that are authorized to deploy a Cloud Run service.
27
+
See the [Credentials](#credentials) below for more information.
28
+
29
+
-[Enable the Cloud Run API](http://console.cloud.google.com/apis/library/run.googleapis.com)
30
+
31
+
- This action runs using Node 16. If you are using self-hosted GitHub Actions
32
+
runners, you must use runner version [2.285.0](https://github.com/actions/virtual-environments)
33
+
or newer.
43
34
44
-
*[Enable the Cloud Run API](http://console.cloud.google.com/apis/library/run.googleapis.com?_ga=2.267842766.1374248275.1591025444-475066991.1589991158)
0 commit comments