Skip to content

Commit 6f46435

Browse files
committed
Update deploy.yml
1 parent 4d24cff commit 6f46435

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/deploy.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,19 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up Google Cloud Authentication
16-
uses: google-github-actions/auth@v0
16+
uses: google-github-actions/auth@v2
1717
with:
1818
project_id: ${{ secrets.PROJECT_ID }}
1919
credentials_json: ${{ secrets.SERVICE_ACCOUNT_KEY }}
2020
- name: Set up Cloud SDK
21-
uses: google-github-actions/setup-gcloud@v0
21+
uses: google-github-actions/setup-gcloud@v2
2222
with:
2323
# probot/example-google-cloud-function credentials provided by @bcoe
2424
project_id: ${{ secrets.PROJECT_ID }}
25-
service_account_key: ${{ secrets.SERVICE_ACCOUNT_KEY }}
26-
export_default_credentials: true
2725
- name: Deploy to GCF
2826
run: |
2927
gcloud functions deploy example-google-cloud-function \
30-
--runtime nodejs12 \
28+
--runtime nodejs20 \
3129
--allow-unauthenticated \
3230
--trigger-http \
3331
--entry-point probotApp \

0 commit comments

Comments
 (0)