File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,19 @@ jobs:
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Set up Google Cloud Authentication
16
- uses : google-github-actions/auth@v0
16
+ uses : google-github-actions/auth@v2
17
17
with :
18
18
project_id : ${{ secrets.PROJECT_ID }}
19
19
credentials_json : ${{ secrets.SERVICE_ACCOUNT_KEY }}
20
20
- name : Set up Cloud SDK
21
- uses : google-github-actions/setup-gcloud@v0
21
+ uses : google-github-actions/setup-gcloud@v2
22
22
with :
23
23
# probot/example-google-cloud-function credentials provided by @bcoe
24
24
project_id : ${{ secrets.PROJECT_ID }}
25
- service_account_key : ${{ secrets.SERVICE_ACCOUNT_KEY }}
26
- export_default_credentials : true
27
25
- name : Deploy to GCF
28
26
run : |
29
27
gcloud functions deploy example-google-cloud-function \
30
- --runtime nodejs12 \
28
+ --runtime nodejs20 \
31
29
--allow-unauthenticated \
32
30
--trigger-http \
33
31
--entry-point probotApp \
You can’t perform that action at this time.
0 commit comments